/* CSS Im-Netz Neue Medien GmbH */

* {
	margin:0;
	padding:0;
}

body { behavior:url("/templates/seg2go/css/csshover3.htc"); }

form {
  margin: 0;
  padding: 0;
}

a:link, a:visited {
	text-decoration: none;
	font-weight: normal;
}

a:hover {
	text-decoration: underline;
	font-weight: normal;
}

input.button { cursor: pointer; }

p { margin-top: 0; margin-bottom: 5px; }

body {
	background-color:#fff;
	background-image:url(../images/bg.jpg);
	background-repeat:repeat-x;
	font-family:Arial, Geneva, sans-serif;
}

img {
    border:0px;
}

.claer {
	clear:both;
}

#wrapper {
	background-image:url(../images/bg.png);
	width:100%;
	height:100%;
	margin:auto;
}

#headerkopf {
	background-image:url(../images/head.png);
	background-repeat:no-repeat;
	width:900px;
	height:15px;
	margin:auto;
}

#bg_container {
	background-color:#FFF;
	width:890px;
	margin:auto;
	border-left:5px #CCC solid;
	border-right:5px #CCC solid;
	border-bottom:5px #CCC solid;
}

#contentwrapper {
	border:0px #CCC solid;
	background-color:#FFF;
	width:900px;
	height:100%;
	margin:auto;
}

#logo {
	height:100px;
	width:900px;
    margin:auto;
}

#logo_left {
    width:200px;
    height:80px;
    float:left;
    margin-left:10px;
    margin-top:20px;
}

#logo_right {
    width:180px;
    height:100px;
    float:right;
	text-align:center;
}

#pfad {
	height:10px;
	width:850px;
	background-color:#CCC;
	color:#444;
	border-top:1px #444 solid;
	margin:auto;
	padding:10px;
	font-size:11px;
}

#bread {
	width:700px;
	float:left;
}

#language {
	margin: -20px 50px 0 0;
	float: right;
}

#login {
	border:0px #000 solid;
	height:10px;

	color:#444;
	font-size:11px;
	float:right;
}

.login_link {
	text-decoration:none;
	color:#444;
}
        

#content_oben {
	width:870px;
	height:350px;
	margin:auto;
}

/* the menu */

#nav ul, #nav li, #nav a {
	display:block;
	margin:0;
	padding:0;
	border:0;
	color:#fff;
}

#nav ul {
	width:130px;
	list-style:none;
}

#nav li {
	position:relative;
	z-index:90;
}	
#nav li ul {
	background: rgb(78, 138, 190);
	width: 140px;
	position:absolute;
	left:130px; /* IE */
	top:0px;
}		
#nav li>ul { left:130px;
	background: rgba(78, 138, 190, 0.6); } /* others */
#nav a {
	padding: 4px 0;
	color: #fff;
	display: block;
	text-transform: uppercase;
	text-decoration: none;
	font-weight: bold;
	width:100%; /* IE */
}
#nav li>a { width:auto; } /* others */

/* regular hovers */

#nav li a:hover { background: #83ADD1 !important; }

/* hovers with specificity */

#nav li:hover {
	background: #83ADD1 !important;
	z-index:100;
}		
	
#nav ul ul, #nav li:hover ul ul {
	display:none;
}

#nav li:hover ul, #nav li:hover li:hover ul {
	display:block;
}
#nav li ul li a {
	display: block;
	font-weight: normal;
	text-transform: none;
	padding: 4px 5px;
}

#nav {
	background-color:#4e8abe;
	float:left;
	margin:10px inherit inherit 0;
	padding:20px 15px;
	font-size:12px;
	height:310px;
	list-style: none;
}/*

#nav li:hover { background: #83ADD1 !important; }
#nav li ul {
	position: absolute;
	margin: -22px 0 0 150px;
	background: rgba(78, 138, 190, 0.6);
	width: 160px;
	list-style: none;
	display: none;
}
#nav li ul li a {
	display: block;
	font-weight: normal;
	text-transform: none;
	padding: 4px 5px;
}
#nav li ul li:hover { background: rgb(78, 138, 190) !important; }
#nav li:hover ul { display: block; }
#nav li ul li ul {
	position: absolute;
	margin: -22px 0 0 150px;
	background: rgba(78, 138, 190, 0.6);
	width: 160px;
	list-style: none;
	display: none;
}
#nav li ul li:hover ul { display: block; }*/

#sloganbild {
	width:680px;
	height:350px;
	background-color:#CCC;
	float:right;
	margin-top:10px;
}

#content_bg {
	width:866px;
	margin:auto;
	margin-top:10px;
    padding:2px;
    
    background-color:#f2f2f2;
}

#contentborder {
    border:1px #d3d3d3 solid;
    width:854px;
    padding:5px;
    
    background-color:#fff;
}

#content {
    width:844px;
    margin:auto;
    padding:5px;
    
    background-color:#f2f2f2;
    color:#444;
	font-size:12px;

}

#feeter {
	height:40px;
	width:870px;
	margin:auto;
	margin-top:10px;
	margin-bottom:10px;
	border-bottom:1px #444 dotted;
	border-top:1px #444 dotted;
}

#feeter_left {
	width:200px;
	float:left;
	margin-top:10px;
	
	font-size:9px;
	font-weight:bold;
	text-align:left;
	color:#444;
}

#feeter_right {
	width:600px;
	float:right;
	margin-top:10px;
	
	font-size:9px;
	font-weight:bold;
	text-align:right;
	color:#444;
}

.email_start { font-size:9px; font-weight:bold; text-decoration:none; color:#444;}

/* Links */

a.nav:link {
	color:#FFF;
	text-decoration:none;
}

a.nav:hover {
	color:#FFF;
	text-decoration:none;
}

a.nav:visited {
	color:#FFF;
	text-decoration:none
}


.feeter_link a {
	color:#444;
	text-decoration:none;
	font-size:9px;
	font-weight:bold;
}

.feeter_link a:hover {
	color:#999;
	text-decoration:none;
	font-size:9px;
	font-weight:bold;
}

/* weitere eigenschaften */

table.nopad {
	width: 100%;
	border-collapse: collapse;
	padding: 0;
	margin: 0;
	margin-bottom: 15px;
}

table.nopad td {
	padding-right:5px;
}

#xing {
	margin-top:20px;
}

#xing a {
	font-size:16px;
	color:#005a5f;
	text-decoration:none;
}

#xing a:hover {
	font-size:16px;
	color:#005a5f;
	text-decoration:underline;
}

#fb a {
	font-size:16px;
	text-decoration:none;
	color:#0f2577;
}

#fb a:hover {
	font-size:16px;
	text-decoration:underline;
	color:#0f2577;
}

#qype {
	margin-top:10px;
}

#qype a {
	font-size:16px;
	color:#ff0033;
	text-decoration:none;
}

#qype a:hover {
	font-size:16px;
	color:#ff0033;
	text-decoration:underline;
}
