/* 	----------------------------------------------------------------------------------------------
	body
	---------------------------------------------------------------------------------------------- */

body 	{ 
	text-align:center;
	background-image: url(gx/back-body.jpg); background-repeat: no-repeat;
	font-family: verdana;
	font-size: 11px;
	margin: 0px;
	}

/* 	----------------------------------------------------------------------------------------------
	divs
	---------------------------------------------------------------------------------------------- */


#maincontainer {
	width:770px;
	margin:0px auto;
	text-align:left; 
	}



#toplogo {
	margin-top: 10px;
	margin-bottom: 10px;
	text-align: center;
	}

#newscontainer {
	width: 520px; 
	float: left;
	border-right: 1px solid #c0c0c0;
	padding-right: 5px;
	margin-left: 30px;
	}

#rightcontainer {
	width: 200px; 
	float: left;
	padding-left: 10px;
	}

#contact {
	font-size:10px;
	}

#footer {
	margin-left: 20px;
	height: 100px;
	background-image: url(gx/bg-footer.jpg);
	background-repeat: no-repeat;
	margin-top: 30px;
	border-top: 1px solid #c0c0c0;
	text-align: right;
	font-size: 10px;
	color: #666;
	}

.line	{
	border-bottom: 1px solid #c0c0c0;
	margin-top: 5px;
	height: 2px;
	}


#shopleftcontainer {
	width: 440px; 
	float: left;
	padding-right: 5px;
	margin-left: 30px;
	}

#shoprightcontainer {
	width: 280px; 
	float: left;
	padding-left: 10px;
	border-left: 1px solid #c0c0c0;
	}

#port {
	width: 470px; 
	float: left;
	margin-left: 30px; 
	margin-right: 0px;
}

/* 	----------------------------------------------------------------------------------------------
	klassentreffen
	---------------------------------------------------------------------------------------------- */

a:link, a:visited, a:active {
	color: #660000;
	text-decoration: none;
	}

a:hover {
	color: #333;
	text-decoration: none;
	}



/* 	----------------------------------------------------------------------------------------------
	Formular
	---------------------------------------------------------------------------------------------- */



.defbreite {
	width: 280px;
	border: 1px solid #ccc;
	}

.defbreiteplz {
	width: 50px;
	border: 1px solid #ccc;
	}

.defbreiteklein {
	width: 40px;
	border: 1px solid #ccc;
	}

.formbut {
    background-color: #fff;
    color: #660000; 
    font-size: 11px; 
    font-family: verdana; 
    text-decoration: none; 
    }

textarea:focus{background-color:#ccc;color:#000;}

input:focus{background-color:#ccc;color:#000;}


.smallred {
	font-family: verdana;
	font-size: 9px;
	color: #990000;
	}

.small {
	font-family: verdana;
	font-size: 9px;
	}

.fehlt {background-color:#990000;color:#000;}

.fehler {
	font-weight: bold;
	color: #990000;
	}









