/* MOTIVE SD LIST */

* {
	margin:0px;
	padding:0px;
}

/* HEADER */

#header { 
	height: 28px;
	background: #FFFFFF;
}

/* HEADER */

#content { 
 position:absolute; top:40px;
 width:595px;
 left:0px;  height:650px;
	background: white; 
}
body {
	font-family: "Trebuchet MS"; font-size:13px; color:#666666;
}
/* TOP NAV */


.links{float:left;
display:block;
height:35px;
width:45px;
background: url(btn_zuruck.gif) no-repeat;}

.rechts:hover{float:right;
display:block;
height:35px;
width:45px;
background: url(btn_vor_ro.gif) no-repeat;}

.links:hover{float:left;
display:block;
height:30px;
background: url(btn_zuruck_ro.gif) no-repeat;}
.rechts{float:right;
display:block;
height:35px;
width:45px;
background: url(btn_vor.gif) no-repeat;}

.links_ende{float:left;

display:block;
height:35px;
width:45px;
background: url(btn_zuruck_nolink.gif) no-repeat;}


.rechts_ende{float:right;

display:block;
height:35px;
width:45px;
background: url(btn_vor_nolink.gif) no-repeat;;}
#nav1 {
background-image: url('grauBalken.jpg') ;
width:576px;
height:40px;
padding-top:5px;
}
select{float:right;
width:150px;
border:0px solid white;
margin-right:5px;
margin-top:5px}


#nav1 ul {list-style: none;}

#nav1 li {display: inline;}

#nav1 a {
	display: block;
	float: left;
	
	background: #666666;
	padding: 6px;
	border-right: 2px solid #FFFFFF;
	text-decoration: none;
	font-family:"Trebuchet MS";
	font-weight: bold;
	font-size: 12px;
	color: #FFFFFF;
}
#nav1 a:hover {
	background: #CCCCCC;
	color: #333333;
}

/* BILDER */

#bild_container {
  float: left;
	background-color:white;
	width:180px;
	height:190px;
	padding-left:0px;
	text-align: center;
	margin-right: 15px;
	margin-bottom: 10px;
	margin-top: 10px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11;
	border:1px solid #c0c0c0;
	color:white;
}
#bild_container:hover {
	border:1px solid #333333;
}

#bild_container img {border:0px solid white;
 margin-top: 0px;
   margin-left:4px}
#bild_container a:hover img {border:0px solid #333333;
 margin-top:0px;
  margin-left:4px}

#nav {float :left;
border:0px solid grey;
width:585px;
}
#unterschrift{
font-size:9px;
border-top: 1px solid #CCCCCC;
padding-top:5px;
width:180px;
height: 19;
color: #666666;
background:#F0F0F0;
}
input{margin-top:6px;
border:0px;
}
label{margin-top:6px;
margin-left:200px;
margin-right:10px;
}
.na{margin-top:5px;}
/* PAGINATION 

.pagination {background: #f2f2f2;color:#666;padding: 4px 2px 4px 7px;border: 1px solid #ddd;margin: 0 0 5px}
.pagination p {position:relative;text-align:right}
.pagination p a:link, .pagination p a:visited, .pagination p a:hover, .pagination p a:active {
	text-decoration:none;
	background:#fff;
	padding:2px 5px;
	border: 1px solid #ccc
}
.pagination p a:hover {background:#c00;color:#fff}
.pagination p span {text-decoration:none;background:#fff;padding:2px 5px;border: 1px solid #ccc;color:#ccc}
*/

