@import url('reset.css');
/*
@import url('navigation.css');
*/
@import url('navigation_dropdown.css');
@import url('forms.css');

/*
---------------------------------------------------
	Praxis Schlösser
---------------------------------------------------
*/
a { color:#0066aa;text-decoration:none;}
a:hover { text-decoration:underline; }
tr,td {
	padding: 12px;
	vertical-align:top;
	}
table {
	border:0;
	}
	
/*********************************************************/

html { height: 100.2%; background-color: #f1f1f1; }

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #555;
	width: 980px;
	margin:0 auto;
	padding:0;	
}
.wysiwyg {
	margin-bottom:30px;
	}
	
/*********************************************************/

#wrapper {
	width: 980px;
	display: inline-block;
	background-color: #fff;
	border: 1px solid #e4e4e4;
	margin-bottom:20px;
}


/*********************************************************/

#header {
	margin: 0;
	width: 980px;
	height: 40px;
}

#header .userinfo {
	float: right;
	font-size:  12px;
	margin: 17px 21px 0 0;
	color: #b3b3b3;
}

#header .userinfo strong {
	color: #5a6d6b;
}

/*********************************************************/

#logo {
	float: left;
	margin: 40px 0 0 30px;
	width: 200px;
	height: 30px;
	background: url(logo.gif) no-repeat 0 0;
	display:none;
}

#logo a {
	display: block;
	width: 200px;
	height: 30px;
	text-indent:-1700em;
	text-decoration: none;
}

#right img {
	max-width:100%;
	height:auto;
	}

/*********************************************************/

.imageHome {
	background:#f8f8f8;
	position:relative;
	width: 100%;
	height: 350px;
	margin:  -1px 0 0 25px;
	overflow:hidden;
}

.imageHomeShadow {
	height: 25px;
	width: 100%;
	margin:  0;	
	background: #5a6d6b url(schatten.gif) 0 bottom repeat-x;	

}

.imageOther {
	position:relative;
	background:#f8f8f8;
	width:100%;
	height:350px;
	margin:0;
	padding:0;
	overflow:hidden;
}

.imageOtherShadow {
	display: inline-block;
	height: 25px;
	width: 100%;
	margin:  0;	
	background: #5a6d6b url(schatten.gif) 0 bottom repeat-x;	
}



/*********************************************************/

.headlines {
	position: absolute;
	margin: -80px 0 0 95px;
	width: 850px;
	height: 120px;
	padding: 0 0 0 10px;
	z-index: 200 !important;
	background: #0186BA url(schatten.gif) 0 bottom repeat-x;
	/*
	background: -moz-linear-gradient(top, transparent, #455 40%);
	background: #5a6d6b url(/layout/css/schatten.gif) 0 bottom repeat-x;
	background: #0186BA url(/layout/css/schatten.gif) 0 bottom repeat-x;
	*/
	overflow:hidden;
}

.headlines h1 {
	color: #fff;
	font-weight: bold;
	font-size: 30px;
	padding: 17px 0 0 12px;
}
.headlines h2 {
	color: #fff;
	font-weight: normal;	
	font-size: 20px;
	padding: 8px 0 0 12px;
}

/*********************************************************/


#homepage #content {
	width: 905px;
	margin:  60px 0 30px 68px;
	display: inline-block;
}


#homepage #left {
	float: left;
  	width: 555px;
}

#homepage #right {
	position: relative;
	float: right;
  	width: 320px;
	min-height: 280px;
	margin: -206px 0 0 0;
	padding: 40px 0 0 30px;
	background: url(boxback.png) 0 0 no-repeat;
	z-index: 300 !important;
	overflow:hidden;
}

#homepage #right h2 {
	color: #999;
	font-size: 14px;
	margin: 5px 0 0 15px;
  	width: 230px;
}

#homepage #right p {
	font-size: 12px;
	line-height: 1.5;
}

#homepage #right .txt-img {
	margin: 5px 0 0 15px;
  	width: 230px;
}



/* other */

#no-right #content,
#other #content {
	width: 920px;
	margin: 60px 0 30px 25px;
	display: inline-block;
}

#other #left {
	display: block;
	float: left;
  	width: 600px;
}

#other #right {
	float: right;
  	width: 245px;
	margin: 9px 0px 0 0;
	overflow:hidden;
}

#other #right .txt-img p{
	font-size: 12px;
}

#no-right #right {
	display:none;
}




.divider {
	clear: both;
	display: inline-block;
	height: 1px;
	margin: 5px 0 15px 0;
	width: 100%;
	background:  url(trenner.gif) repeat-x left center;
}


#homepage #right .divider {
	clear: both;
	display: inline-block;
	height: 1px;
	margin: 5px 0 15px 15px;
	width: 230px;
	background:  url(trenner.gif) repeat-x left center;
}

/*fonts*/

#content p {
	margin-bottom: 14px;
	line-height: 1.25;
	font-size: 14px;
	color: #555;
}
 
#content sup {
	font-weight: normal;
	font-size: 10px;
}

#content h1 {
	color: #5a6d6b;
	font-size: 20px;	
	font-weight: bold;
	line-height: 2;
	margin-bottom: 10px;	
}

#content h2 {
	color: #5a6d6b;
	font-size: 16px;
	line-height: 1.5;
	margin-bottom: 10px;
	font-weight: bold;
}

#content h3 {
	color: #999;
	font-size: 14px;
	line-height: 1.2;
	margin-bottom: 5px;
	font-weight: bold;
}


#content ul	{list-style: square; margin: 0 0 20px 0;}
#content ul ul	{list-style: square; margin: 10px 0 5px 0;}
#content ul li	{
	font-weight: normal;
	font-size: 14px;	
	line-height: 1.25;
	margin: 0 0 0 15px;
	padding: 0 0 4px 0;
}



#content ol	{list-style: decimal; margin: 0 15px 20px 0;}
#content ol ol	{list-style: decimal; margin: 10px 0 5px 0;}
#content ol li	{
	font-weight: normal;
	font-size: 14px;	
	line-height: 1.25;
	margin: 0 0 0 20px;
	padding: 0 0 4px 0;	
}

.strong {
	color: #000;
}

table 	{
	margin: 10px 0 10px 0;
	border-collapse: collapse;
}

#right td, th {
	padding: 12px;
	border: 1px #ccc solid;
	text-align: left;
}



#footer {
	position:relative;
	margin: 5px 20px 15px;
	display:block;
	height: 26px;
	background-color: #444;
	padding: 5px 0;
}

.footerleft {
	float: left;
	font-size:  12px;
	margin: 8px 0 0 27px;
	color: #fff;
	width: 45%;
}

#footer a {
	color: #fff;
	text-decoration: none;
}

#footer a:hover {
	color:#fff;
	text-decoration:underline;
}


.footerright {
	float: right;
	margin: 0 25px 0 0;
	width: 45%;
}



