/* CSS Document */

html, body {
   margin:0;
   padding:0;
   height:100%;
}

body {
	background-color: #FFF;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 13px;
	color: #333;
        background-image: url(images/graphics/bg/header.gif);
	background-repeat: repeat-x;
	background-position: top;
}


a { color: #E78E24; text-decoration: none;} /* Rubrik */
a:visited { color: #E78E24; text-decoration: none;}
a:hover { color: #E78E24; text-decoration: underline; }
a:focus {outline-style: none;} /* get rid of dotted border in FF*/



h1, p { margin-top: 0; padding-top: 0; } 

h1 { 
    color: #E78E24; 
    font-size: 26px; 
    letter-spacing: -0.5px; 
    line-height: 30px;
}

h2 { color: #31515E; font-size: 13px; line-height: 20px;}
h3 { color: #31515E; font-size: 12px;}


.linie { color:#969696; }
.barrierefrei { display: none; }

.clearer {
	clear: both;
	display: block;
	height: 1px;
	margin-bottom: -1px;
	font-size: 1px;
	line-height: 1px;
}


hr { 
	background: #FFF;
	border: 0;
	height: 1px;
	margin: 0px auto;
	border-bottom: 1px dotted #666;
}


/* WRAPPER
----------------------------------------------------------------------------- */

#container {
	min-height:100%;
	/* height: 100%; IE only */
	position:relative;   
	margin: 0 auto;
	width: 860px;
	padding-left: 10px;

	border: 0px solid red;
}


/* HEADER
----------------------------------------------------------------------------- */

#header {
	float:left;
	width: 850px;
	height: 190px;
	border-bottom: 0px solid #FFF;
        background-image: url(images/graphics/logotitel-praxis-weise.gif);
	background-repeat: no-repeat;
	background-position: 3px 162px;
}

#logo {
        position: relative;
        margin-top: 35px;
        margin-left: 3px;
}

#logo img { border: 0; }


/* NAVRIGHT
----------------------------------------------------------------------------- */

#navright {
	float: left;
	width: 210px;
	height: 20px;
	margin-left: 818px;
	margin-top: 45px;
	font-size: 11px;
	color: #000000;
	text-align: left;
}

/* CONTENT
----------------------------------------------------------------------------- */

#inhalt {
	float:left;
	z-index: 1000;
	width:850px;
        padding-bottom: 30px;
}

#textbereich {
	float: left;
	color: #333;
	margin-left: 21px;
	line-height: 18px;
	width: 510px;
	padding: 30px 30px 10px 30px;
	z-index: 1000;
	overflow: hidden;
	/* background: pink; */
}
 
#textbereich img {
	padding: 5px;
	border: 1px solid #DDD;
	margin: 7px 7px 2px 0px;
	background-color: #FFF;
}

#textbereich a img:hover {
	border: 1px solid #E78E24;
}

#textbereich h1 img { 
	border: none; 
	padding: 0;
	margin-bottom: -7px;
}

/* --- List --- */

#textbereich ul {
	padding-left: 20px;
	list-style: none;
}

#textbereich ul li {
	background-image: url(images/graphics/bullet-blue.gif);
	background-repeat: no-repeat;
	background-position: 0px 7px;
	padding-left: 12px;
	margin-bottom: 5px;
}


 
#totop {
	color: #CCC;
	font-size: 10px;     
	padding-top: 10px;
	padding-bottom: 25px;
	text-align: left;
	background-image: url(images/graphics/bit.gif);
	background-repeat: no-repeat;
	background-position: 0px 8px;

}

#totop a { color: #CCC; display: block; width: 30px;}
#totop a:visited { color: #CCC; }
#totop a:hover,  #navtree a:visited:hover{ color: #828282; text-decoration: none;}


/* FOOTER
----------------------------------------------------------------------------- */


#footer {
	position: absolute;
	bottom: 0;
	clear: both;
	height: 30px;        
	color: #31515E;
	background-color: #FFF;
	width: 850px;
	font-size: 11px;
	padding: 10px 0;
	border-top: 1px solid #31515E;
}

#footer a {color: #31515E;}
#footer img { border: 0px solid red; }

#footer_container_l {
	float:left;
	padding-left: 2px;
}

#footer_container_r {
	float:right; 
	padding-right: 3px;
	text-align: right;
}


/* TEXTSTYLES (Editor Dropdown "Style")
------------------------------------------------------------------------- */


.text_small {
	font-size: 11px;
}


.hinweis {
	padding-left: 15px;
	border-left: 4px solid #E78E24; /* Rubrik */
}


.box_color {
	padding: 10px;	
	border: 1px solid #E78E24;                      /* Rubrik */
	background-color: #D8AFB7;                      /* Rubrik */
	background-image: url(images/bg-block-red.jpg); /* Rubrik */
	background-repeat: repeat-x;
	background-position: 0 -90px;	
}

.box_grey {
	padding: 10px;
	background-color: #F1F1F1;
	border: 1px solid #CCC;
}

.box_color h2, .box_color h3, .box_grey h2, .box_grey h3 {
	padding: 0px;
	margin-top: 0px;
}



/* FORM 
------------------------------------------------------------------------- */

form {margin: 0px 0px 0px 0px; padding: 0px 0px 0px 0px;}

input, select { 
        border:solid 1px #777; 
        color: #333;
}

#person label {
	display: block;
	font-weight: normal;
	font-size:11px;
}

legend {
	font-weight: bold;
	font-size: 100%;
	color: #FFFFFF;
	font-family: Arial, Verdana, Helvetica, sans-serif;
}
 
fieldset {
	border: solid 1px #BF0101;
}

textarea {
	width: 200px;
	height: 90px;
	border: solid 1px #BF0101;
}

#search { 
	margin-top: 20px;
	width: 178px;
}

#search input, #search select { 
    border: solid 1px red;
}

#search .searchinput {
	width: 114px;
	padding: 2px;
	font-size: 12px;
	border: solid 1px #999;
}

#search .submitbutton {
	font-size: 12px;
	height: 22px;
	font-weight: normal;
	background-color: #FDEFC0; /* beige */
	padding: 0;
	border: 0px solid red;
}

#search input:hover { background-color: #FFF;}

input:hover, textarea:hover, select:hover, input:focus, textarea:focus, select:focus { border: 1px solid #BF0101; margin-bottom: 1px;}
input, textarea, select { background: #fff top left repeat-x; font: 1em/1.6em Arial, Verdana, sans-serif; border: 1px solid #333; padding: 2px; margin-bottom: 1px;}

#name, #firmenname, #strasse, #plz, #ort, #land, #telefon, #fax, #email {width: 200px; }

#male, #female { border: 0; }


/* TABLE
----------------------------------------------------------------------------- */

.tblstyle1 {
	border:2px solid #CCC; 
	/* border-top:1px solid #CCC; border-right:1px solid #CCC; */
	border-collapse:collapse;
}

.tblstyle1 tr, .tblstyle1 td {
	border-bottom: 1px solid #CCC;
	border-left: 1px solid #CCC;
	padding: 2px;
}


.tblhoriline {
	border-collapse:collapse;
}

.tblhoriline tr, .tblhoriline td {
	border-bottom: 1px solid #CCC;
	padding: 2px;
}


/* MISC
------------------------------------------------------------ */


/* orange:     #E78E24 */
/* blue:       #31515E */