/*Stylesheet für IlseAltrogge.com*/

*{
	margin: 0;
	padding: 0;
}

body{
	text-align:center;
	font-family : Tahoma, sans-serif;
	letter-spacing : 1px;
	line-height : 14px;
	background-color: #f1f1f1;/*#C1932D;*/
	color: #000000;/*#242B31;*/
	font-size: 12px;
}

#wrapper{
	margin: 0px auto;
	padding-top: 0;
	text-align:justify;
	width:760px;
}

div.title{
	text-align: center;
	padding-top: 10px;
	font-size: 14px;
	font-weight: bold;
}

#nav{
	background-image: url(gfx/bg_nav.jpg);
	background-repeat: no-repeat;
	height: 100px;
}

#main{
	background-color: #F1F1F1;
	background-attachment:  scroll;
	background-repeat: repeat-y;
	padding: 5px;
}

#footer{
	clear: both;
	text-align: center;
	border-bottom: 1px solid #CCC;
}
ul{
	list-style-type: disc;
	list-style-position:outside;
}
ol{
	list-style-type:decimal;
	list-style-position:outside;
}
#nav ul, #footer ul{
	list-style-type:none;
}

#nav ul li{
	float:left;
	margin-top: 65px;
	margin-left: 40px;
	line-height: 25px;
}
#nav ul li.firstlink{
	margin-left: 50px;
}
#footer ul li{
	float:left;
	margin-top: 10px;
	margin-left: 125px;
}
ul.aus{
	margin-left: 200px;
	margin-bottom: 10px;
}
ul.aus_x{
	list-style-type: none;
	margin-left: 50px;
	margin-bottom: 10px;
}
.clear{
	clear: both;
}
.border{
	border: thin solid;
	color: #242B31;
	width: 190px;
	margin-left: 250px;
	padding: 3px 3px 3px 5px;
}

.noborderleft{
	float: left;
	color: #242B31;
	width: 190px;
	height: 840px;
	margin-left: 50px;
	padding: 3px 3px 3px 5px;
}

p{
	text-align: justify;
	padding: 3px;
}

.center{
	text-align: center;
}

.klein{
	font-family: arial, sans-serif;
	font-size: 8px;
	color: #000000;
	text-align: center;
}

.bild{
	float:left;
	padding:0px 7px 5px 0px;
	margin:0px 5px 5px 0px;
}

.rechtstext {
	float:right;
	padding:35px 0px 0px 200px;
	margin:0px 0px 0px 0px;
}

.matzelink{
	text-align: center;
	font-size: 10px;
	color: #a5a5a5;
}

/*Tabellen*/

table{
	width:720px;
}

table.email{
	width: 300px;
	border: 0px;
	margin-left: 200px;
}

td{
	font-family: Verdana, sans-serif;
	letter-spacing : normal;
	color: #242B31;
	font-size: 12px;
	text-align: center;
}

/* Überschriften */

h1{
	text-align: center;
	font-size: 14px;
	margin-top: 10px;
	margin-bottom: 10px;
}
h2{
	text-align: center;
	font-size: 12px;
	font-weight: bold;
	margin-top: 10px;
	margin-bottom: 10px;
}

/*Submenu in Werke*/
#subnav {
	border:0px #606060;
	background-color:transparent;
	width:120px;
	float:left;
	padding:5px;
	margin:0px 5px 5px 0px;
	line-height:30px;
}
/*Hoehe je nach Anzhal der Bilder*/
.sub200{
	height: 200px;
}
.sub350{
	height: 350px;
}
.sub400{
	height: 400px;
}
.sub500{
	height: 500px;
}
.navtitle
{
	margin:-5px -5px 5px -5px;
	padding:2px;
	background-color:#cccccc;
	font-weight:bold;
	border-bottom:1px solid #606060;
}


/* LINKS */

a:link, a:visited{
	color: #323841;
	text-decoration:underline;
}
a:hover, a:active{
	color: #B87564;
	text-decoration: underline;
}

#nav a:link, #nav a:visited{
	font-size: 20px;
	text-decoration:underline;
}
#nav a:hover{
	font-size: 20px;
	color: #3C3C3E;
	text-decoration: underline overline;
}
#nav a:active{
	font-size: 20px;
	text-decoration: none;
}

a:link.menu_2{
	font-size: 14px;
	color: #000000;
	text-decoration:none;
	background-color: transparent;
}
a:visited.menu_2{
	font-size: 14px;
	color: #000000;
	text-decoration: none;
	background-color: transparent;
}
a:hover.menu_2{
	color: #000000;
	text-decoration: underline overline;
	background-color: transparent;
	/*text-transform: uppercase;*/
}
a:active.menu_2{
	color: #000000;
	text-decoration: none;
	background-color: transparent;
}

/*Sprachauswahl-links im footer*/
#footer a:link{
	color: #000000;
	text-decoration:none;
	background-color: transparent;
}
#footer a:visited{
	color: #000000;
	text-decoration: none;
	background-color: transparent;
}
#footer a:hover{
	color: #000000;
	text-decoration: none;
	background-color: transparent;
}
#footer a:active{
	color: #000000;
	text-decoration: none;
	background-color: transparent;
}