/****************************************************

	SITE: zahnarzt-rohleder

	Farben:


	hallo@stephan-grass.de 2008

******************************************************/

* {margin: 0; padding: 0;}



html
{

}

body
	{
		font-family: Arial,Helvetica,sans-serif;
		font-size: 75%;
		line-height: 1.4em;
		background: #A5C8C1 url(/images/hgr_body.jpg) no-repeat;
		color: #55555C;
	}
h1, h2, h3, h4, h5, li li, li p, td p, td, blockquote p {font-size: 1em}

ul { list-style: square; margin: 0  0 1em 1.6em}

/****************************************************
	ALLGEMEINE STYLES
******************************************************/

.clear { clear: both; }
.invisible { display: none; }

img { border: none; }
.imgLeft { float: left;  clear: left; margin: 2px 10px 10px 0;}
.imgRight { float: right; margin: 4px 0 10px 10px; }


a
	{
		color: #55555C;
	}
a:hover
	{
		color: #F68B1F;
	}

a.download { padding-left: 25px ; }
a.pdf { background: transparent url(/images/media_pdf.gif) no-repeat; }
a.ppt { background: transparent url(/images/media_ppt.gif) no-repeat; }
a.txt { background: transparent url(/images/media_txt.gif) no-repeat; }
a.doc { background: transparent url(/images/media_doc.gif) no-repeat; }
a.xls { background: transparent url(/images/media_xls.gif) no-repeat; }
a.zip { background: transparent url(/images/media_zip.gif) no-repeat; }
a.swf {	background: transparent url(/images/media_swf.gif) no-repeat; }
a.mov {	background: transparent url(/images/media_mov.gif) no-repeat; }
a.mp3 {	background: transparent url(/images/media_mp3.gif) no-repeat; }

.mediaImage img { display: none; }

a.more
	{
		padding-left: 10px;
		background: transparent url(/images/link_arrow.gif) no-repeat 0 4px;
	}
a.zoomImageLink { padding: 0 5px; }
a.zoomImageLink image
	{

	}

h1
	{
		position: relative;
		z-index: 100;
        font-size: 1.5em;
		font-weight: normal;
		font-family: Trebuchet Ms, Arial, sans-serif;
		line-height: normal;
		color: #00ACAF;
		padding: 30px 20px 1em 30px;
		background: #fff;
    }
h1, h, h3
	{
        clear: both;
    }


h2, h3, h4
	{
        margin-bottom: 1em;
		color: #00ACAF;
    }

hr
	{
		height: 1px;
		color: #000;
	}

p { margin-bottom: 1em; }



table
	{
		margin-bottom: 2em;
    }

td { padding: 0.1em 0.5em 0.1em 0; vertical-align: top;}

table.border
	{
		border-collapse: collapse;
		border: solid 1px #ccc;
	}

table.border td { vertical-align: top; border: solid 1px #ccc;}

#wrap
	{
		position: relative;
		width: 906px;
		margin: 20px 0 20px 45px;
		background: transparent;
	}

#headerBox
	{
		position: relative;
		float: left;
		height: 130px;
		width: 906px;
		margin-bottom: 10px;
		z-index: 100;

    }
#logo
	{
        float: left;
		margin-right: 10px;
		width: 130px;
    }
#topNavBox
	{
		position: relative;
        float: left;
		height: 130px;
		width: 748px;
		padding-left: 18px;
		background-color: #fff;
    }


/*************************
	Haupt - Navigation
**************************/

.nav
	{
        list-style: none;
		position: relative;
		left: 0;
		top: 100px;
		margin: 0;
		z-index: 100;
		line-height: 1em;
    }
.nav li
	{
        float: left;
		position: relative;
    }

.nav a
	{
        text-decoration: none;
		padding: 0 12px;
    }
.nav li.active a
	{
		color: #F68B1F;
		background: transparent url(/images/hgr_navActive.gif) no-repeat 0 3px;
    }



#subNavBox
	{
		position: relative;
        width: 538px;
		margin-bottom: 10px;
		padding: 10px 0 6px 18px;
		line-height: 1em;
		background-color: #f5f5f5;
    }
#subNav
	{
		position: relative;
		left: 0;
		list-style: none;
		margin: 0;

    }
#subNav li
	{
		padding-bottom: 4px;
    }
#subNav a
	{
        text-decoration: none;
		padding: 0 12px;
    }
#subNav li.active a
	{
		color: #F68B1F;
		background: transparent url(/images/hgr_navActive.gif) no-repeat 0 3px;
    }

/*************************
	Inhalt
**************************/

#mainBodyBox
	{
		position: relative;
 		clear: both;
        margin-left: 140px;
    }
#contentBox
	{
		float: left;
        background: transparent url(/images/hgr_contentBox.gif) repeat-y;
		font-family: Tahoma, Arial, sans-serif;
		padding: 0 210px 0 0;
		width: 556px;
		margin-bottom: 10px;
		overflow: hidden;
    }
.content
	{
        width: 505px;
		padding: 0 21px 18px 30px;
		background: #fff;
		overflow: hidden;
    }

#contentBox img
	{
		border: solid 2px #A6D6D1;
    }

/* GalerieListe */

#mediaGalerie
	{
		list-style: none;
		margin: 1em 0;
		position: relative;

    }
#mediaGalerie li
	{
		float: left;
		margin-right: 16px;
		margin-bottom: 16px;
    }
#mediaGalerie img
	{
		border: solid 2px #A6D6D1;
    }

/* GalerieLeiste */
#mediaGalerieleiste
	{
		clear: left;
        float: left;
		list-style: none;
		position: relative;
		display: block;
		margin: 0;
		width: 556px;
		height: 50px;
		background-color: #fff;
    }
#mediaGalerieleiste li
	{
        float: left;
		margin-left: 15px;
    }
#mediaGalerieleiste li.firstItem
	{
        margin-left: 0;
    }
#mediaGalerieleiste img
	{
        border: solid 2px #fff;
    }
#mediaGalerieleiste img:hover
	{
        border: solid 2px #F68B1F!important;
    }

#mediaBox
	{
		display: none;
		clear: left;
		float: left;
		margin-top: 10px;
		background-color: #fff;
		padding: 2px;
    }


/*************************
	Service - Navigation
**************************/
#serviceNav
	{
		position: absolute;
		top: 10px;
		right: 15px;
		list-style: none;
        clear: both;
		line-height: 1em;
    }
#serviceNav a
	{
		font-size: 0.9em;
		text-decoration: none;
	}

#serviceNav li
	{
        float: left;
		margin-left: 0.5em;
    }







/*************************
	LISTEN
**************************/

/* Dokumentenliste links */

#contextBox
	{
		position: absolute;
		top: 140px;
		right: 0;
		list-style: none;
		width: 190px;
		padding: 10px 0 10px 10px;
		background: #fff;
		font-size: 0.9em;
		line-height: 1.2em;

	}

#contextBox table
	{
        margin: 0;
    }
#contextBox td
	{
        padding-left: 0;
    }

.contextBoxItem
	{

    }
.contextBoxItem h3
	{
		border-bottom: solid 1px #A6D6D1;
		padding-top: 2em;
	}
/* Sitenavigation */

#siteNav
	{
		clear: both;
		float: right;
        position: relative;
		margin: 1em 0;
		text-align: right;
	}
#siteNav a
	{
		margin: 0 5px;
	}





/*************************
	FORMULARE
**************************/

form
	{
		margin: 1.4em 0;
		padding: 0;
	}
input, select
	{
		width: 250px;
	}
textarea
	{
        width: 350px;
    }


.fbError
	{
		color: #cc0000;
	}
.fbError input, .fbError textarea
	{
		border: solid 2px #cc0000;
	}
.formField
	{
		clear: both;
		padding: 2px 0;
	}
.formField label
	{
		width: 120px;
		float: left;

	}
.button
	{
		margin-left: 120px;
	}
.radio
	{
		width: auto;
	}

.radioSet
	{
		display: inline;
		padding-right: 1em;
	}
.radioLabel
	{
		position: relative;
		top: -2px;
		padding: 0 0.5em;
	}
.radioSet.fbError
	{
		border: none;
	}
.check
	{
		float: left;
		clear: both;
	}
.formField label.checkboxLabel, .formField label.radioLabel
	{
		position: relative;
		top: 0;
		float: none;
		padding-left: 0.5em;
		width: 100%;
	}
.formHint
	{
		clear: both;
		padding: 1em 0;
		font-size: 0.8em;
	}
.formField h4	{ padding: 1em 0;}



.alertBox h4
	{
		display: none;
		font-size: 1.2em;
	}
.alertBox
	{
		color: #cc0000;
		padding: 0 0 20px 50px;
		background: transparent url(/images/alertSign.gif) no-repeat left top;
		margin-top: 20px;
	}
.alertBox ul
	{
		color: #cc0000
	}