@charset "utf-8";
/* CSS Document */

* { 
	margin:0px;
	padding:0px;
	border:0px;
}

html {	
}

/* BODY ------------------------------------------------------------- */
body {
	margin-top:0;
	margin-left:20px;
	margin-right:0;
	margin-bottom:0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	background-repeat:repeat-x;float:left;
	background-image:url(https://costrade.cosag.de/coservice/fileadmin/user_upload/coservice2010/template/static/all_back.gif);
	background-color:#a3a3a3;
}

/* ÜBERSCHRIFTEN ------------------------------------------------------------- */


h1 {
	color:#333333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
}	

h2 {
	color:#333333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

h3, h4, h5, h6 {
	color:#333333;
}

/* DIVS ------------------------------------------------------------- */

#container {
	position: absolute;
	width:800px;
	top: 0px;
	left: 50%;
	margin-left: -400px;
}

#home {
	position:relative;
	float:left;
	font-size:12px;
}

#login {
	position:relative;
	width: 420px;
	float:right;
	padding-right: 20px;
	text-align:left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #666666;
}

#header {
	position:relative;
	float:left;
}

#menu {
	position:relative;
	float:left;
	width:800px;
}


#submenu {
	position:relative;
	float:left;
	width:800px;
	height:43px;
	background-image:url(https://costrade.cosag.de/coservice/fileadmin/user_upload/coservice2010/template/static/submenu/submenu_back_19);
}

#headline {
	position:relative;
	float:left;
	width:760px;
	margin-top:20px;
	margin-left:20px;
	border-bottom: 1px solid #666666;
}

#headline_submenu {
	position:relative;
	float:left;
	width:760px;
	margin-top:20px;
	margin-left:20px;
}

#eine_spalte {
	position:relative;
	float:left;
	width:760px;
	margin-top:20px;
	margin-left:20px;
}

#zwei_spalte {
	position:relative;
	float:left;
	width:370px;
	margin-top:20px;
	margin-left:20px;
}

#impressum {
	position:relative;
	float:left;
	bottom:0px;
	border-top: 1px solid #666666;
	padding:10px;
	margin-left:20px;
	margin-top:20px;
	width:760px;
	height:40px;
	text-align:center;
}

/* LINKS ------------------------------------------------------------- */

a:link {
	text-decoration:none;
	color:#030D43;
}
	

a:visited {
	text-decoration:none;
	color:#030D43;
}

a:hover {
	text-decoration:underline;
        color:#030D43;
}

a:active {
	text-decoration:none;
	color:#030D43;
}

a:active, a:focus{ outline:none; }

a.submenu_text:link, a.submenu_text:visited, a.submenu_text:hover, a.submenu_text:active {
	float:left;
}

a.footer_text:link, a.footer_text:visited, a.footer_text:hover, a.footer_text:active {
	margin-left:20px;
	color: #333333;
}

/* BUTTONS ----------------------------------------------------------- */

.button_login {
	border: none;
	background: url('https://costrade.cosag.de/coservice/fileadmin/user_upload/coservice2010/template/static/login/button_login.gif') no-repeat top left;
}
.button_login:hover {
	border: none;
	background: url('https://costrade.cosag.de/coservice/fileadmin/user_upload/coservice2010/template/static/login/button_login_hover.gif') no-repeat top left;
}

.button_logout {
	border: none;
    	background: url('https://costrade.cosag.de/coservice/fileadmin/user_upload/coservice2010/template/static/login/button_logout.gif') no-repeat top left;
}
.button_logout:hover {
    	border: none;
    	background: url('https://costrade.cosag.de/coservice/fileadmin/user_upload/coservice2010/template/static/login/button_logout_hover.gif') no-repeat top left;
}

.button_neukunde {
    	border: none;
    	background: url('https://costrade.cosag.de/coservice/fileadmin/user_upload/coservice2010/template/static/login/button_neukunde.gif') no-repeat top left;
}
.button_neukunde:hover {
    	border: none;
    	background: url('https://costrade.cosag.de/coservice/fileadmin/user_upload/coservice2010/template/static/login/button_neukunde_hover.gif') no-repeat top left;
    
/* BUTTONS ----------------------------------------------------------- */

