@charset "utf-8";
/*
	===========================================================================
	@desc:		Praxis Raud - Main StyleSheet
	@version:	Fri, 16 Jan 2009 02:22:59 +0100
	@copyright:	Boris Bojic | DevShack | www.devshack.biz
	@changed:	-
	===========================================================================
*/

/* === [ Grundlegendes / CSS Reset ] ============================================= */

html,body,div,span,object,iframe,
h1,h2,h3,h4,h5,h6,p,blockquote,pre,
a,abbr,acronym,address,big,cite,code,
del,dfn,em,img,ins,kbd,q,s,samp,
small,strike,strong,sub,sup,tt,var,
b,u,i,dl,dt,dd,ol,ul,li,
fieldset,form,label,legend,
table,caption,tbody,tfoot,thead,tr,th,td{margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent;}
ol,ul{list-style:none;}
blockquote,q{quotes:none;}
blockquote:before,blockquote:after,
q:before,q:after{content:'';content:none;}
:focus{outline:0;}
ins{text-decoration:none;}
del{text-decoration:line-through;}
body{line-height:1;font-family:Verdana,Arial,Helvetica,"Trebuchet MS",sans-serif;color:#5973A2;background:#fff;font-size:100.01%;}
input,
select,
textarea{font-family:Verdana,Arial,Helvetica,"Trebuchet MS",sans-serif;margin:0;padding:0;border:0;}
table{border-collapse:collapse;border-spacing:0;empty-cells:show;font-family:Verdana,Arial,Helvetica,"Trebuchet MS",sans-serif;}
a{color:#6B5250;text-decoration:none;}
a:hover{color:#5973A2;}
label{cursor:pointer;}

/* === [ Grundlayout ] ===================================================================================== */

body{
	background-color: #C0BFB8;
}

#wrapper{
	width: 945px;
	margin: 5px auto;
}

/* === [ Einzelne Boxen ] ===================================================================================== */

#logobox{
	float: left;
	width: 600px;
	height: 150px;
	padding: 0 5px 5px 0;
	background: url('./img/boxes/logobox_back.png') 0 0 no-repeat;
}

#addressbox{
	float: left;
	clear: right;
	width: 340px;
	height: 150px;
	padding-bottom: 5px;
	background: url('./img/boxes/addressbox_back.png') 0 0 no-repeat;
}

#navbox{
	float: left;
	clear: left;
	width: 200px;
	height: 508px;
	padding: 0 5px 5px 0;
	background: url('./img/boxes/navibox_back.png') 0 0 no-repeat;
}

#contentbox{
	float: left;
	width: 395px;
	height: 508px;
	padding: 0 5px 5px 0;
	background: url('./img/boxes/contentbox_back.png') 0 0 no-repeat;
	position: relative;
}

#picturebox{
	float: left;
	width: 340px;
	height: 508px;
	background: url('./img/boxes/picturebox_back.png') 0 0 no-repeat;
}

#footerbox{
	clear: both;
	width: 945px;
	height: 50px;
	background: url('./img/boxes/footerbox_back.png') 0 0 no-repeat;
}

#kron {
	background: url('./img/tmp/logo-kron-apotheke.jpg') 120px 8px no-repeat;
}

/* === [ Logobox ] ===================================================================================== */

#logobox h1{
	height: 62px;
	padding-top: 26px;
	background: url('./img/logo/rau_logo.png') 0 26px no-repeat;
	text-indent: -9999em;
}

#logobox h2{
	font-size: .79em;
	font-weight: normal;
	line-height: 1.6;
	color: #41619E;
	padding: 10px 0 0 143px;
}

/* === [ Adressbox ] ===================================================================================== */

#addressbox address{
	color: #6B5250;
	font-size: .79em;
	font-style: normal;
	line-height: 1.5;
	padding: 2.8em 0 0 2em;
	
}

/* === [ Navigationsbox ] ===================================================================================== */

#navbox ul{
	font-size: .79em;
	line-height: 1.6;
	padding: 2em 5px 0 20px;
	font-weight: bold;
}

#navbox ul ul{
	padding: 1em 0 0 10px;
	font-size: .8em;
	font-weight: normal;
}

#navbox li{
	padding-bottom: .8em;
}

#navbox li li{
	padding-bottom: .2em;
}

#navbox ul a.marked{
	color: #5973A2;
}

/* === [ Inhaltsbox ] ===================================================================================== */

#contentbox h3{
	font-size: 1.2em;
	line-height: 1.6;
	padding: 25px 40px 1em 20px;
}

#contentbox h4{
	font-size: 1em;
	line-height: 1.6;
	padding: 0 10px 1em 20px;
}

#contentbox h5{
	font-size: 0.7em;
	line-height: 1.1;
	padding: 0 40px 0.3em 20px;
}


#contentbox p{
	font-size: .75em;
	line-height: 1.4;
	padding: 0 20px 1em 20px;
}

#contentbox p.small{
	font-size: 0.7em;
	line-height: 1.4;
	padding: 0 20px 1em 20px;
}

	#contentbox p.prevpage,
	#contentbox p.nextpage{
		padding-top: 0.5em;
	}

	#contentbox p.nextpage{
		text-align: right;
	}

#contentbox ul{
	font-size: .75em;
	line-height: 1.4;
	padding: 0 10px 1em 20px;
	margin-left: 20px;
	list-style-type: circle;
}

#contentbox ul li{
	padding: 0 0 0.7em 0;
}

#contentbox ul.start{
	font-size: .79em;
	line-height: 0.8;
	padding: 10px 20px 1em 20px;
	margin-left: 20px;
	list-style-type: none;
}

#contentbox ul.start li{
	padding: 0 0 1em 0;	
}
#contentbox ul.start li:first-letter{
	font-size: 1.8em;
}
#contentbox dl{
	font-size: .79em;
	line-height: 1.6;
	padding: 0 40px 1em 40px;	
}

#contentbox dl dt{
	font-weight: bold;
}

#contentbox dl dd{
	padding-bottom: 1em;
}

#contentbox dl.spalte{
	clear: both;
}

#contentbox dl.spalte dt{
	float:left;
	width: 100px;
	padding-bottom: 1em;
}

#contentbox dl.spalte dd{
	float:left;
	width:200px;
	padding: 0 0 1em 5px;
}



/* === [ Bilderbox ] ===================================================================================== */

#picturebox h5-alt{
	font-size: .7em;
	text-indent: -9999em;
}


body#bd-kontakt #picturebox{
	background-image: url('./img/boxpics/platzhalter-bild.jpg');
}

#picturebox p{
	font-size: 0.7em;
	font-style:italic;
	padding: 0 40px 0.3em 40px;
	line-height: 1.3em;
}

#picturebox h5{
	font-size: 0.7em;
	line-height: 1.1;
	padding: 0.5em 40px 0.3em 40px;
}

/* === [ Divbox ] ===================================================================================== */

#contentbox ul.vita {
	padding-top: 60px;
	}


	#contentbox ul.vita li .popbox a
	{
		color: #6B5250;
	}

	#contentbox ul.vita li .popbox a:hover
	{
		color: #6B5250;
		font-weight: bold;
	}
	
#contentbox ul.vita li .popbox .popup
{
	display:none;
	top: 110px;
	left: 25px;
	position:absolute;
	width: 320px;
	background-color: #fcf5ea;
	border: 1px solid #6B5250;
	padding: 5px 0 0 5px;
	line-height: 0.9em;
	text-align: left;
}

#contentbox ul.vita li .popbox .popup p
{
		padding-left: 8px;
		padding-right: 8px;
	
	}

/* === [ Footerbox ] ===================================================================================== */

#footerbox h6{
	height: 50px;
	text-align: center;
	background: url('./img/footer/footer_text.png') 50% 50% no-repeat;
	text-indent: -9999em;
}

/* === [ Diverse Abstandshalter ] ========================================================================== */

#contentbox .space_1{
	padding-top: 1em;
}

#contentbox .space_2{
	padding-top: 2em;
}

#contentbox .space_3{
	padding-top: 3em;
}

#contentbox .space_4{
	line-height: 0.5;
	padding-bottom: 0;
}

/* === [ CSS Autoclear ] ===================================================================================== */
#wrapper:after,
#contentbox dl.spalte:after{
	content: ".";display: block;height: 0;clear: both;visibility: hidden;
}















/* that's all folks! */
