/* - - - - - - - - - - - - - - - - - - - - -

Title : Daniel Braeckle Webentwicklung
Author : Daniel Braeckle
URL : http://www.braeckle-webdesign.de/

Description : Standard Stylsheet

Created : 31.01.2008
Modified : 06.03.2008

- - - - - - - - - - - - - - - - - - - - - */

/* ----- CSS ----- */

* {
	margin: 0;
	padding: 0;
	border:0 none;
}
/*html{
	height:100%;
} */   
body {
	font-family: Verdana, Tahoma, sans-serif;
	font-size: 1em;
	background:url(../img/bg.gif) repeat;
}
/* ----- IDS ----- */

#header {
	width:690px;
	background: #ffffff;
	border-top:5px solid #CCCCCC;
	border-left:5px solid #CCCCCC;
	border-right:5px solid #CCCCCC;
	height:100px;
	margin-top:50px;
	margin-left:auto;
	margin-right:auto;
}
#navi_top {
	height:30px;
	background: url(../img/fauxf.gif) repeat-y;
	border-top:5px solid #CCCCCC;
	width:700px;
	margin-left:auto;
	margin-right:auto;
}
#content {
	width:700px;
	margin-left:auto;
	margin-right:auto;
	background: url(../img/faux.gif) repeat-y;
}
#content p {
	margin:0 5px 0 5px;
}
#content address {
	font-size:0.8em;
	font-style:normal;
	margin-left:5px;
}
#contentref {
	width:700px;
	margin-left:auto;
	margin-right:auto;
	background: url(../img/fauxref.gif) repeat-y;
}
#contentref img {
	margin-left:5px;
}
#contentrefprimary {
	width:690px;
	margin:0 5px 0 5px;
	padding:5px 0 5px 0;
	background:#FFFFFF;
}
.links {
	float:left;
	width:360px;
}
.rechts {
	float:right;
	width:290px;
	padding-right:5px;
	font-size:0.8em;
}
.rechts ul {
	list-style-type:none;
}
.rechts li {
	margin-top:5px;
}
.rechts a {
	color: #666666;
	text-decoration:none;
	border-bottom:dashed 1px #3F2C57;
	font-weight:bold;
}
.rechts a:hover {
	color:#FFFFFF;
	background:#553300;
}
.fl:first-letter {
	float:left;
	color:black;
	font-size:150%;
}
.angebot {
	background-color:#CCCCCC;
}
.contentrefl li {
	margin: 0;
	padding: 0;
	display: inline;
	float:left;
	list-style-type: none;
}
.contentrefr li {
	margin: 0;
	padding: 0;
	display: inline;
	float:right;
	list-style-type: none;
}
#contentprimary {
	width:440px;
	margin:15px 0 0 0;
	float:left;
	border-left:5px solid #CCCCCC;
}
#contentsecond {
	width:245px;
	margin:15px 0 0 0;
	float:right;
	border-right:5px solid #CCCCCC;
}
#nav {
	margin: 0;
	padding: 0;
	font-size:0.8em;
	font-weight:bold;
}
#nav li {
	margin: 0;
	padding: 0;
	display: inline;
	list-style-type: none;
}
#nav a:link, #nav a:visited {
	float: left;
	line-height: 14px;
	padding: 10px 6px 6px 6px;
	text-decoration: none;
	color: #CCCCCC;
}
#nav a:link.active, #nav a:visited.active, #nav a:hover {
	color: #FFFFFF;
	background: url(../img/navi.gif) no-repeat bottom center;
}
#footer {
	width:700px;
	background: url(../img/fauxf.gif) repeat-y;
	border-bottom:5px solid #CCCCCC;
	height:20px;
	margin-bottom:50px;
	margin-left:auto;
	margin-right:auto;
	font-size:0.6em;
	font-weight:bold;
}
#footer li {
	margin: 0;
	padding: 0;
	display: inline;
	float:right;
	list-style-type: none;
}
#footer a:link, #footer a:visited {
	float: left;
	line-height: 14px;
	padding: 0 6px 6px 6px;
	text-decoration: none;
	color: #CCCCCC;
}
#footer a:link.active, #footer a:visited.active, #footer a:hover {
	color: #ffffff;
}
/* ----- CLASSES ----- */


.anker {
	width:680px;
	height:20px;
	font-size:0.7em;
	font-weight:bold;
}
.anker li {
	margin: 0;
	padding: 0;
	display: inline;
	float:right;
	list-style-type: none;
}
.anker a:link, .anker a:visited {
	float: left;
	border-bottom:dashed 1px #3F2C57;
	padding: 0 0 0 6px;
	text-decoration: none;
	color: #666666;
}
.anker a:link.active, .anker a:visited.active, .anker a:hover {
	color:#FFFFFF;
	background:#553300;
}
table {
	font-size:0.8em;
}
.ueberschrift {
	background:#CCCCCC;
}
.kontakt ul {
	list-style-type:none;
}
.kontakt li {
	list-style-type:none;
	font-size:0.8em;
	width:235px;
	margin:0 0 0 5px;
}
.clearer {
	clear: both;
}
.navi_top {
	position:relative;
	height:5%;
	width:700px;
	margin-left:auto;
	margin-right:auto;
}
.navi_bottom {
	position:relative;
	height:4%;
	background-color:#CCCCCC;
	width:700px;
	margin-left:auto;
	margin-right:auto;
}
.footer {
	width:700px;
	height:5%;
	margin-left:auto;
	margin-right:auto;
}
.fehler {
	border:1px solid red;
}
p.error {
	color:red;
	font-weight:bold;
	border:1px solid red;
	background:#CCCCCC;
}
.select {
	width:145px;
}
.select2 {
	width:100px;
}
/* ----- HEADINGS ----- */

h1 {
	font-size:0.9em;
	margin:0 0 0 5px;
}
h2 {
	font-size:0.7em;
	margin-left:5px;
}
h3 {
	font-weight:bold;
	font-size:0.9em;
}
h4 {
	font-size: 100%;
	color: #999;
	margin: 0;
}
/* ----- PARAGRAPHS ----- */

p {
	font-size:0.8em;
	display:block;
	margin-left:10px;
}
/* ----- LINKS ----- */

p a {
	color: #666666;
	text-decoration:none;
	border-bottom:dashed 1px #3F2C57;
	font-weight:bold;
}
.link a {
	color: #666666;
	text-decoration:none;
	border-bottom:dashed 1px #3F2C57;
	font-weight:normal;
}
.kontakt a {
	color: #666666;
	text-decoration:none;
	border-bottom:dashed 1px #3F2C57;
	font-weight:normal;
}
.kontakt a:hover {
	color:#FFFFFF;
	background:#553300;
}
p a:hover {
	color:#FFFFFF;
	background:#553300;
}
table a {
	color: #666666;
	text-decoration:none;
	border-bottom:dashed 1px #3F2C57;
	font-weight:bold;
}
table a:hover {
	color:#FFFFFF;
	background:#553300;
}
/* ----- FORMS ----- */

form {
	width:430px;
	font-size: 0.7em;
}
label {
	display:inline;
}
select, input, textarea {
	font-size:11px;
	border:1px solid #cccccc;
}
input:focus, textarea:focus {
	border:1px solid #000000;
}
textarea {
	width:300px;
	height:200px;
}
input.button {
	color:#FFFFFF;
	border:1px solid #000;
	background:#553300;
	margin-top:12px;
}
input.radio {
	border:none;
}
/* FIXES */
 
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix {
	display: inline-block;
}
/* Hides from IE-mac \*/
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}
/* End hide from IE-mac */

