/** css layout www.kamingespraech.at IC **/
/** main layout **/
hmtl {
	
}
body {
	background-color: #EEEEEE;/*#5A5A5A;*/
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size: 11px;
	color: #333;
}
img {
	border: 0px;
}
h1 {
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: 20px;
	font-weight: bold;
	color: #004795;
	padding-bottom: 3px;
}
h2 {
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: 12px;
	color: #004795;
	margin-top:0px;
    margin-bottom: 3px;
    /*font-weight: bold;*/
}
h3 {
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: 12px;
	color: red;
	margin-top:0px;
    margin-bottom: 3px;
    /*font-weight: bold;*/
}
a {
	/*color: #004795;*/
	color: #24579B;
	text-decoration: none;
	font-weight: bold;
}
a:visited {
	color: #004795;
	text-decoration: none;
	font-weight: bold;
}
a:hover {
	color: #004795;
	font-weight: bold;
	/*background-color: orange;*/
	text-decoration: underline;
}
/* container layout */
#container {
	margin: 0 auto;
	width: 900px !important;
	background-color: #ffffff;
}
#header {
	width: 900px;
	/*height: 50px;*/
	/*border-bottom: 1px solid #ccc;*/
}
#menueTop {
	width: 900px;
	height: 15px;
	background-color: #ccc;
	color: #ffffff;
}
/* main content layer */
#content {
	width: 900px;
	/*height: 250px;*/
	padding-top: 25px;
	/*background-color: #ffffff;
	border: 1px solid orange;*/
	padding-bottom: 15px;
}
/* main menue left */
#menueLeft {
	float: left;
	width: 180px;
	margin-left: 8px;
}
#menueItem_top {
	margin-bottom: 3px;
}
#menueItem_bottom {
	margin-bottom: 3px;
}
.menueItem {
	background-color: #76777A;
	color: #fff;
	margin-bottom: 3px;
	/*padding-left: 3px;*/
	padding-top: 2px;
	padding-bottom: 2px;
	font-weight: bold;
	/*border-bottom: 1px solid #000;*/
	text-align: right;
	padding-right: 3px;
}
.menueItem a {
	color: #fff;
	text-decoration: none;
} 
.menueItem a:visited {
	color: #fff;
	text-decoration: none;
}
.menueItem a:hover {
	color: #fff;
	text-decoration: none;
}
/* the content */	
#contentLeft {
	float: left;
	width: 400px;
	margin-left: 10px;
	padding-left: 7px;
	padding-right: 12px;
	margin-bottom: 20px;
}
#contentRight {
	float: left;
	width: 260px;
	margin-left: 10px;
	/*height: 150px;*/
	/*background-color: orange;*/
}
#contentLeftArchiv {
	float: left;
	width: 520px;
	margin-left: 10px;
	padding-left: 7px;
	padding-right: 12px;
	margin-bottom: 20px;
}
#contentRightArchiv {
	float: left;
	/*width: 260px;*/
	margin-left: 10px;
}
/* content Box */
.contentBoxRight {
	width: 230px;
	margin-bottom: 15px;
	/*border: solid 1px #ccc;*/
}
#slideShow {
	width: 230px;
	border: 1px solid #ccc;
	/*height: 168px;*/
	padding-top: 3px;
	padding-bottom: 3px;
	text-align: center;
	margin-bottom: 8px;	
}
#slideShowNav {
	width: 230px;
	border: 1px solid #ccc;
	/*height: 150px;*/
	padding-top: 3px;
	padding-bottom: 3px;
	text-align: center;
	margin-bottom: 8px;		
}
#slideShowNav a {
	color: #333;
	font-weight: strong;
	text-decoration: none;
}
#slideShowNav a:visited {
	color: #333;
	font-weight: strong;
	text-decoration: none;
}
#slideShowNav a:hover {
	color: #333;
	font-weight: strong;
	text-decoration: none;
}
#slideStringNr{
	color: #333;
}

.imgBox {
	width: 230px;
	border: 1px solid #ccc;
	/*height: 150px;*/
	padding-top: 3px;
	padding-bottom: 3px;
	text-align: center;
	margin-bottom: 8px;
}
.bookBox {
	width: 172px;
	border: 1px solid #ccc;
	padding-top: 3px;
	padding-bottom: 3px;
	text-align: center;
	margin-bottom: 8px;
}
.infoblock {
	width: 390px;
	background-color: #ddd;
	border: 1px solid #333;
	padding: 5px;
}
/*#footer {
	clear: both;
	width: 900px;
	text-align: center;
	margin-top: 10px;
}*/
#footer {
	clear: left;
	background: #eeeeee url(img/footer.png) no-repeat;
    margin-top: 0px;
    /*background-color: #24579B;*/
    text-align: center;
    /*margin-bottom: 10px;*/
    padding-top: 8px;
    color: #ffffff;
    height: 30px;
}
#footer a:link {
	color: #ffffff;
	text-decoration: none;
}
#footer a:visited {
	color: #ffffff;
	text-decoration: none;
}
#footer a:hover {
	color: #ccc;
	text-decoration: none;
}