@charset "utf-8";

/* 
CSS www.musikundkulturvereinremseck.de
written by M.Schwarz 2012
www.jamediaservice.de
*/

html, body {
	background-color:#b69e85;
	background-image:url(../img/back_verlauf.png);
	background-repeat:repeat-x;
	font-family: 'Belgrano', serif;
	font-size:14px;
	color:#000;
	height:100%;
}

#centhold {
	top:0px;
	width:1064px;
	height:100%;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	background-image:url(../img/top_backpic.jpg);
	background-repeat:no-repeat;
}

#child  {
	top:0px;
	left:20px;
	width:1024px;
	height:100%;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	position:relative;	
	margin: 0 auto -20px; /* the bottom margin is the negative value of the footer's height */
}


#navbox {
	position:absolute;
	z-index:3;
	top:290px;
	left:20px;
	width:150px;
	height:170px;
	padding:5px;
	background-color:#efe4d7;
}

#footer {
	position:absolute;
	z-index:3;
	top:560px;
	left:20px;
	width:150px;
	height:70px;
	line-height:1.2em;
	padding:5px;
	background-color:#efe4d7;
}

#logo-home {
	position:absolute;
	z-index:3;
	top:335px;
	left:200px;
	width:780px;
	height:70px;
	font-size:14px;
	color:#b69e85;
	font-family: 'Belgrano', serif;
	color:#FFF; 
	font-size:36px;
}

#logo{
	position:absolute;
	z-index:3;
	top:20px;
	left:25px;
	width:844px;
	height:63px;
	font-size:14px;
	color:#b69e85;
	font-family: 'Belgrano', serif;
	color:#000; 
	font-size:32px;
	background-image:url(../img/head_back.png);
	background-repeat:no-repeat;

}

#content {
	position:absolute;
	z-index:3;
	top:100px;
	left:200px;
	width:633px;
	padding:15px;
	min-height:535px;
	height:auto !important;
	height:535px;
	background-color:#efe4d7; /*#dfd0be;*/
	/*background-image:url(../img/content.png);
	background-repeat:no-repeat;'*/
	line-height:1.3em;
}

/* Galerie  */

.dircar {
	width:300px;
	height:200px;
	text-align:left;
	float:left;
	margin-right:10px;
	margin-bottom:5px;
}
.titel {
	font-size: 16px;
	color: #b69e85;
	position:relative;
	left:0px;
	top:0px;
	background-color:#000;
	padding:2px;
}
.titelbild {
	position:relative;
	left:0px;
	top:0px;
}

/* Fotos  */

#fotocar {
	position:relative;
	width:630px;
	height:439px;
}
#fototitel {
	font-size: 18px;
	color: #000;
	position:relative;
	left:0px;
	top:0px;
	width:590px;
	text-align:left;
}
#fotoholder {
	position:relative;
	top:0px;
	left:0px;
	width:590px;
	height:385px;
	overflow:auto;
	text-align:left;
}
.foto {
	position:relative;
	width:119px;
	height:119px;
	float:left;
	margin-left:6px;
	margin-right:6px;
	margin-bottom:12px;
}

/* Classes  */

.termcar {
	width:600px;
}
.termcar img {
	float: left;
	margin-right:10px;
}
.clear {
	clear:both;
}

a:link, a:visited { text-decoration:under; color:#000; font-size:14px; }
a:hover, a:active { text-decoration:under; color:#8c7a68; font-size:14px; }

a.nav:link, a.nav:visited { text-decoration:none; color:#000; font-size:14px; line-height:1.5em; }
a.nav:hover, a.nav:active { text-decoration:none; color:#8c7a68; font-size:14px; line-height:1.5em; }

a.foot:link, a.foot:visited { text-decoration:none; color:#000; font-size:14px; float:left; margin-right:15px; }
a.foot:hover, a.foot:active { text-decoration:none; color:#8c7a68; font-size:14px; float:left; margin-right:15px; }

h1 {
	font-size:18px;
	font-weight:bold;
	line-height:1.3em;
}
h2 {
	font-size:16px;
	font-weight:bold;
	line-height:1.3em;
}
h3 {
	font-size:14px;
	font-weight:bold;
	line-height:1.3em;
}
h4 {
	font-size:14px;
	font-weight:normal;
	line-height:1.3em;
	margin-bottom:5px;
}

.weiss {
	color:#8c7a68;
	float:left; 
	margin-right:15px;
	font-size:14px;
}
.beige {
	color:#8c7a68;
	font-size:14px;
	line-height:1.5em;
}

/*  Formular  */
#nam {
	width:350px;
	height:18px;
	padding:2px;
	border:solid #000 1px;
	color:#777;
	font-size:14px;
	overflow:hidden;
	background-color:#FFF;
}

#email {
	width:350px;
	height:18px;
	padding:2px;
	margin-top:5px;	
	border:solid #000 1px;
	color:#777;
	font-size:14px;
	overflow:hidden;
	background-color:#FFF;
}

#send {
	margin-left:0px;
	left:0px;
	margin-top:15px;
	padding:0px;
	border:0px;
	background-color:#000;
	font-size:14px;
	color:#FFF;
	text-decoration:none;
	cursor:pointer;
	border:solid #000 0px;
	text-align:left;
}