/******************************************************/
/*
/* 	Singer & Sohn
/*	Stylesheet Document
/* 	Copyright (c) 2007 GFB & Partner Marketing Services
/*	www.gfb.at
/*
/*	Unauthorized copying is not allowed and will be
/*	punished by an appropriate agent. In this case
/*	by an honorable fellow... me
/*
/******************************************************/

@import"nav_main.css";
@import"nav_sub.css";


/* Normalizing and basic stuff
------------------------------------------------------*/
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, blockquote, th, td {
	margin: 0;
	padding: 0;
	}

h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
	}

ol, ul {
	list-style: none;
	}

table {
	border-spacing: 0;
	}

fieldset, img {
	border: 0;
	}
	
caption, th {
	text-align: left;
	}	
	
a {
	outline: none;
	color: #222;
	}
	a:hover {
		text-decoration: underline;
		}	
	
.left {
	float: left;
	}
.right {
	float: right;
	}	
	
.clearer {
	clear: both;
	height: 0%;
	_height: auto;
	}
	
.no_css {
	display: none;
}

#drucken_unten{
	display:none;
}


/* Headlines
------------------------------------------------------*/

h1, h2 {
	margin-bottom: 1em;
}

#startseite h1 {
	padding-left: 2.5em;
	margin: 2em 0 1em 0;
}

/* Site
------------------------------------------------------*/

html {
	background: url(../images/html_bg.gif) repeat-y center #fff;
	height: 100%;
}

body {
	background: url(../images/body_bg.jpg) no-repeat top center;
	min-height: 100%;
	_height: 100%;
	font: 70%/1.3em Arial, sans-serif;
	color: #222;
}

#site {
	width: 69em;
	background: #fff;
	margin: 0 auto;
	padding-bottom: 5em;
}


	/* Site - Head
	------------------------------------------------------*/

	#site_head {
		height: 12em;
		position: relative;
		z-index: 10;
	}
				
		#singer_logo {
			position: absolute;
			width: 21em;
			right: 0;
			top: 2.5em;			
		}
		
		
		/* Navigation - Sprachen
		-------------------------------------------------*/
		#nav_sprachen {
			position: absolute;
			top: 2.5em;
			left: 2.5em;
		}
			#nav_sprachen li {
				float: left;
				font-size: 90%;
			}
				#nav_sprachen li a  {
					display: block;
					padding: 0 1em 0 0;
					color: #222;
					text-decoration: none;
				}
					#nav_sprachen li a:hover {
						text-decoration: underline;
					}
					
					
		/* Navigation - Breadrumb
		-------------------------------------------------*/			
		#nav_breadcrumb {
			position: absolute;
			bottom: 3em;
			left: 2.4em;	
		}	
			#nav_breadcrumb li {
				float: left;
				font-size: 90%;	
			}
				#nav_breadcrumb li.letzter a {
					background: none;
				}
				#nav_breadcrumb li a  {
					display: block;
					padding: 0 1.5em 0 0;
					color: #888;
					background: url(../images/breadcrumb_pfeil.gif) no-repeat center right;
				}
					#nav_breadcrumb li a:hover {
						text-decoration: none;
						color: #222;
					}
					
					
	/* Site - Main
	------------------------------------------------------*/
	#site_main {
		
	}
	
		/* Content - Main
		--------------------------------------------------*/
		#content_main {
			float: left;
			width: 46em;
			position: relative;
		}
			
			#startseite {
				padding-top: 0.3em;
				position: relative;	
			}			
			#startseite p {
				padding-left: 2.5em;
			}
			
			#content_main_left {
				position: absolute;
				left: 2.5em;
				top: 1.5em;
				color: #fff;
				font-family: Tahoma, Arial, Helvetica, sans-serif;
				width: 12em;
			}
			
			#content_main_right {
				width: 27.8em;
				border-left: 15.2em solid #21428c;
				padding: 1.5em;
				min-height: 20em;
				_height: 20em;
			}
			
			#content_main_right ul li, #startseite ul li{
			list-style-type:circle!IMPORTANT;
			margin-left:10%;
                        }
                        
                        
			#content_main_right li, #startseite li{
			list-style-type:circle!IMPORTANT;
			margin-left:10%;
                        line-height: 1.5em;
                        }
			                        
			.bildabstand{
			margin: 0px 5px 5px 0px;
                        }				
		
		
		
		/* Content - Supplementary
		-------------------------------------------------*/
		#content_sup {
			float: right;
			width: 21em;
			margin-top: 4px;
		}
			#content_teaser {
			}	
				#content_teaser li {
					line-height: 1.2em;
					
					margin: 0 0 1em 0;
					position: relative;
					
					font-family: Tahoma, Arial, Helvetica, sans-serif;
				}
				#content_teaser li img {
					position: absolute;
					left: 0;
					top: 0;
				}
				#content_teaser li strong {
					display: block;
					margin-bottom: 0.3em;
				}
				#content_teaser li a {
					display: block;
					text-decoration: none;
					background: #e8e9e9;
					padding: 0.2em 0.2em 0.2em 75px;
					min-height: 59px;
					_height: 59px;
				}
					#content_teaser li a:hover {
						background: #CCC;
					}
					
					
			#content_bilder {	
			
			}		
	

	/* Site - Footer
	------------------------------------------------------*/
	#site_footer {
		padding-left: 2.5em;
		margin: 3em 0 0 0;	
		position: relative;
		_height: 1em;
	}
		#site_footer p {
			font-size: 90%;
			color: #888;
		}
		#site_footer ul {
			font-size: 90%;
			color: #888;
		}
		
		#nav_footer {
			position: absolute;
			right: 0;
			bottom: 0;
			padding-right: 2em;
			width: 21em;
		}
			#nav_footer li {
				float: right;
				line-height: 1em;
			}
				#nav_footer li a {
					display: block; 
					padding: 0 0.5em;
					border-right: 1px solid #222;
					text-decoration: none;
				}	
				#nav_footer li a:hover {
					text-decoration: underline !important;
				}
					#nav_footer li.letzter a {
						border: none;
					}	
					
					
					
	
	
	/*-------------------------------------| Anfrage-Formular |--*/
	
	.formular{     
 
	 	padding: 20px 0px 0px 0px;
	        margin:0px;
	}
	
		input,textarea, submit{     

		        font-family: Verdana, Arial, sans-serif;
		        font-size:.9em;
		 	color: #222;
	}
	
	fieldset {width:320px; padding:0px; margin:0px; text-align:left;}
	
	fieldset#checkbox input  {width:20px;}
	label { color:#888888; font-size:1em; margin:0px 3px 3px 0px; padding:0px; line-height:1.5em; width:110px; display:block; float:left; clear:left;}
	input {border:1px solid #9D9A9A; padding:2px; margin-bottom:9px; width:200px; background:#fff;}
	input:focus {border-color:#21428C;}
	textarea {width:201px; height:100px;border:1px solid #9D9A9A;padding:2px;}
 	textarea:focus {border-color:#21428C;}
	