/* standard elements */
* {
	margin: 0;
	padding: 0;
}

a {color: #333333;
text-decoration:none}
a:hover {color: #177332;
}
body {
	color: #666666;
	background-color: #FFFFFF;
	background-repeat: repeat-y;
	background-position: center top;
	background-image: url(img/body_bg.gif);
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
}
.tableleichtgemacht {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	padding-right: 5px;
	padding-left: 15px;
	padding-top: 10px;
	font-size: 10px;
	padding-bottom: 10px;
}
table.h1 {
	font-size: 10px;
}


input {
	color: #555;
	font: normal 1.1em "Lucida Sans Unicode",sans-serif;
}
p,cite,code,ul {
	font-size: 1.2em;
	padding-bottom: 1.2em;
}
ul {margin-left: 1.2em;}
li {list-style-image: url(img/arrow.gif);}
h1 {font-size: 1.2em;}
blockquote {
	color: #666666;
	display: block;
	font-size: 0.9em;
	margin-bottom: 1.2em;
	padding: 6px 12px;
	background-color: #F8F8F8;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
}
blockquote p {padding: 3px 0;}
h1,h2,h3 {color: #006D57;}

/* misc */
.clearer {clear: both;}

/* structure */
.container {
	background: url(img/bgcontainer.gif) repeat-y;
	margin: 0 auto;
	width: 700px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #A9B198;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #A9B198;
}
.imgrahmen {
	border: 1px solid #CCCCCC;
}
.imagefloatleft {
	float: right;
	border: 1px solid #CCCCCC;
	margin-left: 5px;
	margin-bottom: 3px;
}
.imagefloatrigth {
	float: left;
	border: 1px solid #CCCCCC;
	margin-right: 15px;
	margin-bottom: 50px;
}


/* top */
.top {
	height: 30px;
	width: 700px;
	background-image: url(img/bgtop.jpg);
	font-family: Verdana, sans-serif;
	font-size: 10px;
	font-style: normal;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 10px;
}
.container .top .lang {
	padding-right: 10px;
	padding-top: 3px;

}


/* header */
.header {
	background: url(img/header.jpg) no-repeat;
	height: 100px;
	margin: 0 auto;
	width: 700px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}

/* item */
.item {clear: both;}
.item .content {
	float: left;
	width: 509px;
}
.item h1 {
	background: #698E00;
	color: #177332;
	line-height: 25px;
	padding-left: 16px;
	background-image: url(img/bgnavi_.jpg);
	letter-spacing: 0.4em;
}
.item .body {
	padding-top: 12px;
	padding-right: 18px;
	padding-bottom: 16px;
	padding-left: 18px;
}

/* main */
.main {float: left;}

/* navigation */
.navigation {
	float: left;
	margin-left: 0px;
	width: 190px;
	margin-right: 1px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}
.navigation h1 {
	background: #698E00;
	color: #086A53;
	font-size: 1.2em;
	line-height: 25px;
	line-height: 25px;padding-left: 12px;
	background-image: url(img/bgnavi_.jpg);
	letter-spacing: 0.3em;
}
.navigation ul {margin: 0; padding: 0;}

/************ sectionLinks styles **************/

#sectionLinks{
	margin: 0px;
	padding: 0px;
	background-color: #F7F7F7;
	font-size: 11px;

}

#sectionLinks h3{
	padding: 10px 0px 2px 10px;
	border-bottom: 1px solid #cccccc;
	background-color: #F0F0F0;
}

#sectionLinks a:link, #sectionLinks a:visited {
	display: block;
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #cccccc;
	background-image: url(bg_nav.jpg);
	font-weight: normal;
	padding: 3px 0px 3px 10px;
	color: #006D57;
	text-decoration:none
}

#sectionLinks a:hover{
	background-color: #FFE804;
	background-image: none;
	text-decoration: none;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFE804;
}



/* footer */
.footer {
	background: url(img/bgfooter.jpg) repeat-x;
	color: #666666;
	font-size: 1.1em;
	line-height: 40px;
	margin: 0 auto;
	text-align: center;
	width: 700px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
}

.footer a {color: #666666;}
.container .main .item .content .body .h1 {
	color: #006D57;
	font-size: 11px;
	font-weight: bold;
	letter-spacing: 0.3em;
	padding-left: 5px;
	margin-top: 5px;
}
.container .main .item .date .content .body .images .images {
	margin: 0px;
	padding: 0px;
	height: 85px;
}



/* table portfolio*/

td.format {
	background-color: #F7F7F7;
	vertical-align: top;
	border-top-width: 0px;
	border-bottom-width: 0px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #CCCCCC;
	border-bottom-color: #FFFFFF;
	width: 100%;
	padding-top: 3px;
	padding-right: 3px;
	padding-left: 5px;
	border-right-width: 3px;
	border-right-style: solid;
	border-right-color: #FFFFFF;

	a {color: #006D57;	height: 85px;
}
td.images {
	background-color: #FFFFFF;
	text-align: center;
	vertical-align: bottom;
	padding-top: 0px;
	width: 200px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;
	text-decoration: none;
}
