/* General */

body {
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-size:  12px;
	color: #333;
	background-color: #f0f0f0;
}

/* Links */

a {
	color:  #06d;
	text-decoration:  none;
}

a:hover {
	text-decoration: underline;
}

a img {
	border: none;
}

/* Images */

img {
	margin: 10px;
}

img.left {
	float:  left;
}

/* class for the eMail picture */
.tischler {
	margin-left: 0px !important;
}

/* Structure */

#header {
	text-align:  center; 
}

#header1 {
	color: red;
	font-family: cursive;
	font-weight: bold;
	font-size: 70px
}

#header2 {
	/* font-weight: bold; */
	font-size: 25px
}

#menu {
	margin-top:  20px;
	border-top: 1px dashed;
	border-bottom: 1px dashed;	
	width: 60%;
	margin-left:  auto;
	margin-right:  auto;	
}

#page {
	margin-top: 20px;
	margin-left:  auto;
	width: 920px;
	margin-right: auto;
}

#sidebar {
	float:  right;
	background-color:  white;
	border:  1px solid #aaa;
	padding: 10px;
}

#content {
	float:  left;
	text-align:  justify;
	background-color: #FFFFFF;
	border: 1px solid #aaa;
	width:  670px;
	padding: 10px;
	padding-bottom: 10px;
}

#footer {
	clear:  both;
	padding-top:  10px;
	text-align: center;
	font-size: 80%;
}


/* Top navigation menu */

ul#nav {
	margin: 0; padding: 0.8em;
	text-align: center;
	font-size:  16px;
}

ul#nav li {
    list-style: none;
    display: inline;
    margin: 0.4em; padding: 0;
}

ul#nav li.page_item a:hover {
	color:  red;
	text-decoration: none;
}

ul#nav li.current_page_item a {

	text-decoration: none;	
	color: red;
}

/* Sidebar items */

.phone {
	margin-top:  10px;
	padding-left:  25px;
	padding-top: 5px;
	background:  url("/images/phone.png") left center no-repeat;
}

.fax {
	margin-top:  10px;
	padding-left:  25px;
	padding-top: 5px;	
	background:  url("/images/fax.png") left center no-repeat;
}

.address {
	margin-top:  10px;
	padding-left:  25px;
	padding-top: 5px;	
	background:  url("/images/address.png") left center no-repeat;
}

.email {
	margin-top:  10px;
	padding-left:  25px;
	padding-top: 5px;	
	background:  url("/images/email.png") left bottom no-repeat;
}

.info {
	margin-top:  10px;
	padding-left:  25px;
	padding-top: 5px;	
	background:  url("/images/info.png") left center no-repeat;
}

/* Leistungen */

#leistungen {
	float:  left;
	margin-left:  10px;
}

#leistungen ul {
	text-indent: -10px;
	list-style: none;
}

#leistungen ul li {
	font-size: 110%;;
}

#leistungen ul li:before {
	content: "\00BB \0020";
}

/* Gallerie */

#gallerie {
	float:  right;
	width: 240px;
}

#gallerie img {
	margin-top: 15px;
	margin-left: -20px;
}

/* Portrait */

#portrait {
	float: left;
}

#portrait img {
	margin-top: 25px;
}

#VideoPlayback {
	float: right;
	margin-left: 10px;
	width:250px;
	height:176px;
}

/* Kontakt */
#kontakt {
	text-align: center;
}

.submit {
	margin-left: 200px;
}

fieldset { border:0;margin:0;padding:0; }
label { display:block; }
input.text,textarea { width:300px;font:12px/12px 'courier new',courier,monospace;color:#333;padding:3px;margin:1px 0;border:1px solid #ccc; }
input.submit { padding:2px 5px;font:bold 12px/12px verdana,arial,sans-serif; }


