/*  
Theme Name: Neuhoff_Brundiek_2
Theme URI: http://www.neuhoff-brundiek.de/
Description: Neuhoff_Brundiek_Template
Version: 2.0
Author: Thomas Schwenke
Author URI: http://www.advisign.de
*/



/* Seite */
* {
	margin:0pt;
	padding:0pt;
}

html {
	height:101%;
}

a {
	outline:none;
	}

body {
	color: #000;
	font-family: Verdana, Arial, Sans-Serif;
	font-size: 0.8em;
	line-height:1.7;
	text-align: center;
	}
	
#wrapper {
	margin:auto;
}

#page {
	background-color: #fff;
	position:relative;
	margin:auto;
	text-align: left;
	}
	
img {
	border:0;
	}

a { 
	outline:none;
}

.clear, .clearer {
	clear:both;
}

.logohidden {
	display:none;
}

.skiplink {
	display:none;
}

/* Header */
#header {
	height:156px;
	position:relative;
}

#logo {
	position:relative;
	top:22px;
}


/* Navigation */
#navigation {
	display:none;
}
 
 
/* Content*/
#content {
}
/* Content - Subnavi */

#subnavi {
	display:none;
}

/* Content - Content right */
#contentright {
}	


#contentright h1, 
#contentright h2,
#contentright h3 {
	color:#000;
}

	
#contentright h1 {
	font-size: 1.4em;
}	

#contentright h2 {
	font-size: 1.4em;
	margin:30px 0 0 0;
}	

#contentright p {
	margin:15px 0 0 0;
}

#contentright p+p {
	margin:10px 0 0 0;
}


#contentright ul {
	margin:15px 0 0 15px;
}

#contentright img {
	border:1px solid #dcdcdc;
	margin:0 0 15px 0;
	padding:10px;
}

#contentright a { 
	text-decoration:none;
}

#content address {
	font-style:normal;
}

#contentright .country-name,
#contentright .region {
	display:none;

}


#contentright #startseite_neuhoff,
#contentright #startseite_brundiek {
	float:left;
	margin:50px 0 0 0;
}

#contentright #startseite_neuhoff img,
#contentright #startseite_brundiek img,
#contentright #startseite_neuhoff a,
#contentright #startseite_brundiek a {
	border:0;
	margin:0;
	padding:0;
}

	
#contentright #startseite_brundiek {
	margin-left:135px;
}

/*  bottomseparator, footer */

#bottomseparator {
	display:none;
}

#footer {
	border-top:1px solid #000000;
	padding-top:15px;
	height:171px;
}


#footer a{
	color:#000;
	text-decoration:underline;
}



#footer #impressum{
	display:none;
}

#footer #advisign a{
	display:none;
}

/*
Links ausgeben

a:link:after,
a:visited:after {
  content: " (" attr(href) ") ";
  font-size: 90%;
}
html.noted a:link:after,
html.noted a:visited:after {
  content: &#34;&#34;;
}	
*/