@charset "UTF-8";
/* CSS Document */

/*
---------------------------------------------------
www.kirchenmusik-erfurt.de

-------- Matthias Frank Schmidt -----------
------- internet design schmidt -----------

----------------------------------------------------
*/

/*
*{
	padding:0;
	margin:0;
	border:0;
}
*/

body,html{
	height:100%;
	text-align:center;
	background-image:url(img/noten.jpg);
	color:#333333;
}

div, p, table, span {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#333333;

}



/* -----------------------------  Design ------------------- */

#global-div {
	top:-10px;
	width:935px;
	padding:0 5px;
	margin:auto;
	text-align:left;
	position: relative;
  	background-image:url(img/hintergrund.jpg);
}


#top-img {
	position:relative;
	top:0px;
	left:auto;
	background-image:url(img/kirchenmusik-erfurt.jpg);
	height:260px;
	width:935px;
	font-size:10px;
	line-height: 40px;
}

#top-bildwechsel {
	position:absolute;
	top:0px;
	left:auto;
	height:260px;
	width:935px;
	text-align:left;
	font-size:10px;
	line-height: 40px;
}

#top-navigation {
	position:absolute;
	top:10px;
	left:800px;
	width:150px;
	height:auto;
}

#pfad {
	position:absolute;
	top:255px;
	left:0px;
	height:35px;
	width:945px;
	text-indent: 80px;
	line-height: 35px;
	background-image:url(img/hintergrund.jpg);
}

#containttable {
	position:absolute;
	top:290px;
	left:0px;
	height:auto;
	width:935px;
	background-image:url(img/hintergrund.jpg);
}

#inhaltstabelle {
	width:935px;
	background:url(img/hintergrund.jpg);
}

#footer{
	position:relative;
	left:0px;
  	bottom: 0px;
	height:25px;
	background:#efefef;
	width:945px;
	color:#222222;
	text-align:center;
	line-height:24px;
	border-top:solid 1px #cccccc;
}

/*------------------------------- Navigation ----------------------------- */

.navigation {
	list-style: none;
	text-align: left;	
}

li.navigation {
font-size:12px;
text-decoration: none;

}

ul.navigation {
	margin: 0;
	padding: 0;
	list-style-type: none;
	color:#333;
	font:12px "Trebuchet MS", Verdana, Arial, sans-serif;
}

li.navigation_1 a{
	display: block;
	width: 210px;
	height: 28px;
	line-height:24px;
	text-decoration: none;
	background: url(img/Button_NO_RO_1.jpg) no-repeat left;
	text-indent: 5px;
	color: #333;
	
}

li.navigation_1 a:visited, .selected a{
	color: #333;
	text-decoration: none;
}


li.navigation_1 a:hover, .selected a{
	background-position: right;
	color: #990000;
	text-decoration: none;
}

li.navigation_1_ACT a{
	display: block;
	width: 210px;
	height: 28px;
	line-height:24px;
	text-decoration: none;
	background: url(img/Button_ACT_RO_1.jpg) no-repeat left;
	text-indent: 5px;
	color:#0066CC;
	
}

li.navigation_1_ACT a:hover, .selected a{
	background-position: right;
	text-decoration: none;
	color:#0066CC;
	
}




/* --------------------------------------------- 2. Ebene -------------------------- */


li.navigation_2 a{
	display: block;
	width: 210px;
	height: 28px;
	line-height:24px;
	text-decoration: none;
	background: url(img/Button_NO_RO_2.jpg) no-repeat left;
	text-indent: 15px;
	color: #333;
	
}

li.navigation_2 a:visited, .selected a{
	color: #333;
	text-decoration: none;
}


li.navigation_2 a:hover, .selected a{
	background-position: right;
	color: #990000;
	text-decoration: none;
}

li.navigation_2_ACT a{
	display: block;
	width: 210px;
	height: 28px;
	line-height:24px;
	text-decoration: none;
	background: url(img/Button_ACT_RO_2.jpg) no-repeat left;
	text-indent: 15px;
	color:#0066CC;
}

li.navigation_2_ACT a:hover, .selected a{
	background-position: right;
	text-decoration: none;
	color:#0066CC;
}




/* --------------------------------------------- 3. Ebene -------------------------- */

li.navigation_3 a{
	display: block;
	width: 210px;
	height: 28px;
	line-height:24px;
	text-decoration: none;
	background: url(img/Button_NO_RO_3.jpg) no-repeat left;
	text-indent: 25px;
	color: #333;
}

li.navigation_3 a:visited, .selected a{
	color: #333;
	text-decoration: none;
}


li.navigation_3 a:hover, .selected a{
	background-position: right;
	color: #990000;
	text-decoration: none;
}

li.navigation_3_ACT a{
	display: block;
	width: 210px;
	height: 28px;
	line-height:24px;
	text-decoration: none;
	background: url(img/Button_ACT_RO_3.jpg) no-repeat left;
	text-indent: 25px;
	color:#0066CC;
}

li.navigation_3_ACT a:hover, .selected a{
	background-position: right;
	text-decoration: none;
	color:#0066CC;
}

/* ----------------------------------------------  Überschriften  ---------------------       */

.csc-firstHeader {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:18px;
	color:#333;
	font-weight:bold;
	margin-top: 0px;
	margin-bottom:15px;
}



h1 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:18px;
	color:#333;
	font-weight:bold;
	margin-top: 20px;
	margin-bottom:15px;
}

h2 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:18px;
	color:#990000;
	font-weight:bold;
	margin-top: 20px;
	margin-bottom:5px;
}

h3 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#336600;
	font-weight:bold;
	text-decoration:none;
	margin-top: 0px;
	margin-bottom:5px;
}

h4 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#990000;
	font-weight:bold;
	margin-top: 20px;
	margin-bottom:5px;
}

h5 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#444;
	font-weight:bold;
	margin-top: 20px;
	margin-bottom:5px;
}

h6 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#990000;
	font-weight:bold;
	margin-top: 20px;
	margin-bottom:5px;
}
.csc-textpic-caption {
	font-style:italic;
	font-size:9px;
}


/* ------------------------- Link -------------------------- */

a:link {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	text-decoration: underline;
}
a:visited {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	text-decoration: underline;
}
a:hover {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#0066CC;
	text-decoration: underline;
}
a:active {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#0066CC;
	text-decoration: underline;
}


/* ------------------------- Link PFAD -------------------------- */

a.pfad:link {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	text-decoration:none;
}
a.pfad:visited {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	text-decoration:none;
}
a.pfad:hover {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#0066CC;
	text-decoration: underline;
}
a.pfad:active {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#0066CC;
	text-decoration: underline;
}



/* ----------------------------------------------------  Container ------------------------- */

.csc-frame-frame1 {
	background-color:#eee;
	border:#dddddd 1px solid;
	padding:20px 5px 5px 5px;
	background-image:url(img/balken-grau.jpg);
	background-repeat:repeat-x;
}
p.csc-frame-frame2, table.csc-frame-frame2 {
	background-color: #f6f6e0;
	padding:5px;
	border: 1px solid #333;
} 


.important 		{ font-weight:normal; color:#990000;}
.name-of-person {font-weight:bold; font-style:italic;}
.detail 		{font-weight:normal; font-size:9px; }
.align-left		{text-align:left;}
.align-center	{text-align:center;}
.align-right	{text-align:right;}



/* ------------------------------------------------------ Tabelle Chor --------------------------- */

table.chor {
	background-color:#efefef;
	padding:5px;
	margin:5px;
	border:#FFFFFF solid 2px;
	}
	
/* ------------------------------------------------------ tt_news --------------------------- */	
	
input, textarea {
	border:1px solid #999999;
	color:#990000;
	background:#CCCCCC;
	padding:2px;
	font:12px "Trebuchet MS", Verdana, Arial, sans-serif;

}
