@charset "utf-8";
/* CSS Document */

* {
	margin: 0;
	padding: 0;
	}

body {
	font-family: 'Open Sans', sans-serif;
	font-size: 87%;
	line-height: 1.6em;
	max-width:1259px;
	text-align: justify;
	}

a {
	text-decoration: underline; color: #000;
	} 
 
h1{
	font-size:2.4em;
}

h2{
	font-size:1.8em;
}

h3{
	font-size:1.4em
}

h4{
}

h5{
}

h6{
} 
	
img {
	border:none;
	text-align: center;
}

.clearfix {
	clear: both;
	}

.body_wrap{
  margin:auto;
  min-height: 100%;
  width: 100%;
  position: absolute;
  background: #eee url(img/bg_body.png) repeat-x;
  }


.sociallinks { 
	position: fixed;
	top: 237px;
	right: 0px;
	z-index: 100;
	background: transparent url(img/bg_sociallinks.png) no-repeat;
	height: 167px;
	width: 74px;
	}

.sociallinks ul {
	margin-top: 34px;
	margin-left: 43px;
	list-style: none;
	}

.sociallinks li {
	height: 40px;
	padding: 0;
	}

/* TOP LEISTE ------------------------------------------------------------------------- */

.top {
	background: transparent url(img/bg_top.png) repeat-x;
	height:190px;
	width:100%;
	margin:auto;
	position: relative;
	}

.top_wrap {
	width: 960px;
	margin: auto;
	}

.top .logo {
	float: left;
	height:168px;
	margin: 0 0 0 -24px;
	}	

.top .globallinks {
	float: left;
	height: 42px;
	line-height: 42px;
	}

.top .globallinks a {
	color: #39C;
	text-decoration: none;
	margin-right: 20px;
	}

.top .globallinks a:hover {
	text-decoration: underline;
	}

.top .suche {
	float: right;
	height: 42px;
	}

.top .suche_input {
	float: right;
	margin-top: 11px;
	width: 132px;
	height: 22px;
	background: transparent url(img/bg_suche_input.png) no-repeat;
	z-index: 3;
	position: relative;
	}
	
.top .suche_input:hover {
	z-index: 1;
	}

.top .suche_input input {
	font-family: 'Open Sans', sans-serif;
	float: left;
	border: 0;
	width: 100px;
	margin: -11px 4px;
	}
	
.top .suche_send  {
	display: block;
	float: right;
	width: 24px;
	height: 22px;
	overflow: hidden;
	margin-top: 11px;
	margin-right: -132px;
	z-index: 2;
	position: relative;
	}

.top .suche_send:hover {
	/*background: transparent url(img/button_suche_hover.png) no-repeat;*/
	z-index: 4;	
	}

/* HEADER ------------------------------------------------------------------------------- */

.header {
	background: transparent url(img/bg_header.png) top center no-repeat;  
	height: 240px;
	/*width:1259px;*/
	margin-top: -144px;
	text-align:right;	
	/*-moz-box-shadow: 0px 2px 10px #111;
	-webkit-box-shadow: 0px 2px 10px #111;
	box-shadow: 0px 2px 10px #111; */
	}

/* WRAP ------------------------------------------------------------------------------- */

.wrap {
	width: 960px;
	margin: auto;
	}
	
/* NAVIGATION ------------------------------------------------------------------------- */

.navigation {
	margin-top: -110px;
	height: 42px;
	margin-bottom: 28px;
	margin-right: -25px;
	}
	
.navigation ul {
	list-style: none;
	}
	
.navigation ul li {
	display: block;
	float: left;
	margin-right: 21.3px;
	}

.navigation ul li a {
	display: block;
	height: 42px;
	line-height: 40px;
	text-indent: -999em;
	}

.nav_home a {
	background: transparent url(img/bg_navigation.png) 0 0 no-repeat;
	width: 88px;
}

.nav_home a.active {
	background-position: 0 -42px;
}

.nav_home a:hover {
	background-position: 0 -84px;
}

.nav_omega a {
	background: transparent url(img/bg_navigation.png) -88px 0 no-repeat;
	width: 153px;
}

.nav_omega a.active {
	background-position: -88px -42px;
}

.nav_omega a:hover {
	background-position: -88px -84px;
}

.nav_fonctionnalites a {
	background: transparent url(img/bg_navigation.png) -241px 0 no-repeat;
	width: 193px;
}

.nav_fonctionnalites a.active {
	background-position: -241px -42px;
}

.nav_fonctionnalites a:hover {
	background-position: -241px -84px;
}

.nav_tarifs a {
	background: transparent url(img/bg_navigation.png) -433px 0 no-repeat;
	width: 99px;
}

.nav_tarifs a.active {
	background-position: -433px -42px;
}

.nav_tarifs a:hover {
	background-position: -433px -84px;
}

.nav_questions a {
	background: transparent url(img/bg_navigation.png) -531px 0 no-repeat;
	width: 128px;
}

.nav_questions a.active {
	background-position: -531px -42px;
}

.nav_questions a:hover {
	background-position: -531px -84px;
}

.nav_contact a {
	background: transparent url(img/bg_navigation.png) -658px 0 no-repeat;
	width: 128px;
}

.nav_contact a.active {
	background-position: -658px -42px;
}

.nav_contact a:hover {
	background-position: -658px -84px;
}


/* CONTENT ------------------------------------------------------------------------- */

.container { 
	margin-bottom: 13px;
	background: #fff url(img/bg_container_ie.gif);
	padding: 10px 16px;
	-webkit-box-shadow: 2px 2px 10px 2px #999;
	-moz-box-shadow: 2px 2px 10px 2px #999;
	box-shadow: 2px 2px 10px 2px #999; 
	}
	
.container.rund {
	float:left;
	width:928px;
	border-radius: 8px;
	clear:both;
	text-align: center;
	}
	
.container_middle{
  clear:both;
}	
	
.container_middle p{
  padding-right:15px;
}

h1, h2, h3, h4, h5, h6 {
	line-height: 1.2em;
	font-family: 'Play', sans-serif;
	margin-bottom: 0.6em;
	}
	
h1 {
	color: #F90;
	}

h2 {
	/*color: #cc0000;
	text-transform: uppercase;*/
	}

h3 {
	color: #39C;
	text-align: center;
	}

h4 {
	font-family: 'Play', sans-serif;
	font-weight: bold;
	font-size: 1.3em;
}

p {
	margin: 1em 0;
	text-align: center;
	font-weight: bold;
	}

p.teaser {
	font-style: italic;
	font-weight: bold;
	}

p.strong {
	font-weight: bold;
	font-size: 1.2em;
	}

.container a {
	color: #39C;
	}

.container a:hover {
	text-decoration: none;
	color: #39C;
	text-align: center;
	}
	
hr {
	color: transparent;
	border-top: 1px solid black;
	}
	
.beitrags-info{
	font-style: italic;
}

table {
	border: 1px solid #E7E7E7;
	border-collapse: collapse;
	font-size: 14px;
	line-height: 1.6em;
	}
		
th {
	border: 0px;
	padding: 15px;
	font-size: 14px;
	text-align: left;
}

td {
	border: 0px;
	padding: 10px;
	text-align: justify;
	}
	
tr {
	border: 1px solid #E7E7E7;
	border-spacing: 10px;
}
	
.list{
	margin: 0 0 0 30px;
}

.border{
	width: 150px;
	border: 1px solid #909090;
}

.border:hover{
	width: 150px;
	border: 1px solid #FFFFFF;
}

.column:hover{
    opacity: 0.3;       /* modern browser */  
    -moz-opacity: 0.3;  /* older Mozilla browser */  
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)"; /* IE8 in Standard Compliant Mode */  
    filter: alpha(opacity=30); /* IE5.x -7.0 */  
}

.shashin_image{
	border: 1px solid black;
}

.shashin_image:hover{
	border: 1px solid #E7E7E7;
}


/* COMMENTS ------------------------------------------------------------------------- */	

#commentblock {
	margin: 0px 0px 0px 15px;
}
	
#commentblock ol {
	list-style-type: square;
	margin: 0px 0px 0px 10px;
}

#commentblock li {
	width: 800px;
}		

.commentinfo{
	clear: both;
}

.commenttext {
	clear: both;
	margin: 5px 0px 15px 0px;
	padding: 20px 10px 5px 10px;
	width: 800px;
	background: #f3f3f3;
}

.commenttext-admin {
	clear: both;
	margin: 5px 0px 15px 0px;
	padding: 20px 10px 5px 10px;
	width: 800px;
	background: #f3f3f3;
}

#name, #email, #url {
	font-size: 12px;
	font-family: Open Sans, sans-serif;
	padding: 3px;
}

#submit {
	background: #444444;
	color: #FFFFFF;
	border-radius: 5px 5px 5px 5px;
	font-size: 12px;
	font-family: Open Sans, sans-serif;
	padding: 5px;
	margin: 0px;
	border: none;
}

#submit:hover{
	background: #cc0000;
	cursor: pointer;
}


/* FOOTER ------------------------------------------------------------------------- */

.footer {
	border-top: 1px solid #39C;
	margin: 30px 10px 0px 10px;
	padding-bottom: 50px;
	font-size: 0.8em;
	color: #39C;
	}

.footer a {
	color: #39C;
	text-decoration: none;
	}

.footer a:hover {
	text-decoration: underline;
	}

.footer .left {
	float: left; 
	}

.footer .right {
	float: right;
	color: #39C;
	}.OMEGA {
	color: #39C;
}

.titre {
	float: left;
	margin: 0 0 0 -24px;
	position: relative;
	top: 80px;
	left: 120px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: xx-large;
	font-style: normal;
	font-weight: bold;
	color: #F60;
	text-align: center;
	}
