
/* CSS Document */
/*

	Author Name	: xzibbit
	Author Site	: http://www.xzibbit.de
	Style Name	: Netzgedanken
	Style URI	: 
	Version		: 0.30
	Comments	: 3 Spalten Breite
				  mit nur 2 Spalten	
*/

	
body {
	background: #404040;
	padding: 0 0 40px;
	margin: 0;
	color: #bdbdbd;
}

#page {
	border: none;
    text-decoration: none;
}

#header {
	background: #9BC52D;
    text-decoration: none;
	}

#footer {
	color: #bdbdbd;
    text-decoration: none;
}		

h1, h2, h3, h4 {
	font-family: 'Trebuchet MS', Verdana, Sans-Serif;
	}

h1 {
	color: #666;
   	text-decoration: none;
	}


.primary {
		/* Contains the main column */
	}

#page {
	color: #235784;
}

.content {
	color: #235784;
}


#header .description { /* Description in header */
	font-size: 1.75em;
}

h1, h1 a, h1 a:hover, h1 a:visited {
    text-decoration: none;
    color: #666;
    }

h2, h2 a, h2 a:visited, h3, h3 a, h3 a:visited, .description {
    text-decoration: none;
	color: #9BC52D;
    }

h4, h4 a, h4 a:visited {
    text-decoration: none;
	color: #6f8d1f;
    }

.description {
    color: #FFFFFF;
    }

a {
    color: #999999;
    text-decoration: none;
    }

h3 a:hover {
    color: #333333;
    text-decoration: none;
    }

h2 a:hover {
    color: #333333;
    text-decoration: none;
    }


a:hover {
    color: #000000;
    text-decoration: none;
    /* background-color: #78505B; */
    }

/* @group Maße anpassen */

#primary {
	width: 600px;
	padding: 15px;
	margin-right: 15px;
}

.columns-three .secondary {
	width: 240px;
	}

.columns-three #footer {
	padding: 10px 0;
	}

/* @end */

/* @group Images */

#primary img {
	padding: 2px;
	background-color: #9BC52D;
}


/* @end */

