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

	SITE: bauschlosserei-rameil.de

	Farben:

	Blau Hintergrund:	#317cb3
	Blau texte:			#006cb3

	grass@mai-multimedia.de 2010

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

* {margin: 0; padding: 0;}

html, body { height: 100%; }
body
	{
		font-family: Verdana, Arial,Helvetica,sans-serif;
		font-size: 75%;
		line-height: 1.4em;
		background: #317cb3 url(../images/hgr_body.jpg) no-repeat left top;
		text-align: center;
		color: #000;
	}
h1, h2, h3, h4, h5, li li, li p, td p, td, blockquote p {font-size: 1em}

/****************************************************
	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: #006cb3;
	}
a:hover
	{
		color: #990000;
	}

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, h2, h3, h4, h5
	{
		color: #006cb3;
		font-weight: normal;		
	}

h1
	{
		font-size: 1.7em;
		line-height: 1.2em;
		margin-bottom: 0.82em;
	}
h1, h2, h3
	{
        clear: both;
    }


hr
	{
		border: 0px; /* Fr Firefox und Opera */
		border-top: solid 1px #9C9E9F;
		border-bottom: transparent;
	}

p { margin: 0 0 1.4em 0;}

ul
	{
    	margin: 1em 0 1em 1.4em;
	}
ol
	{
    	margin-left: 2.4em;
		list-style-position: outside;
	}


table
	{
		margin-bottom: 2em;
    }

td { padding: 0.1em 0.5em!important;}

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

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

/****************************************************
	LAYOUT
******************************************************/

#wrap
	{
		text-align: left;
		margin: 0 auto;
		width: 870px;
		min-height: 100%;
		background: #fff url(../images/hgr_wrap.png) repeat-y;
	}
#headerBox
	{
		position: relative;
		height: 95px;
		background-color: #fff;
	}
#logo
	{
		position: absolute;
		left: 28px;
		top: 40px;
	}
#mainBodyBox
	{
		margin-top: -36px;
	}

#subNavBox
	{
		float: left;
		width: 195px;
		margin-right: 8px;
		background: transparent;
		padding-top: 40px;
	}
#contentBox
	{
		float: left;
		width: 460px;
		margin-right: 17px;	
	}
#contextBox
	{
		float: left;
		width: 180px;
		font-size: 0.9em;
		line-height: 1.4em;
	}
/****************************************************
	SERVICENAVIGATION
******************************************************/	
#serviceNav
	{
		position: absolute;
		top: 10px;
		right: 45px;
		font-size: 0.9em;
		line-height: 1em;
		color: #9c9e9f;
	}
#serviceNav a
	{
		color: #9c9e9f;
		text-decoration: none;
	}
#serviceNav a:hover
	{
		text-decoration: underline;
	}
#serviceNavItem_5 /* Impressum */
	{
		border-right: solid 1px #9c9e9f;
		padding-right: 5px;
		margin-right: 4px;
	}
	
/****************************************************
	HAUPTNAVIGATION
******************************************************/	
#mainNav
	{
		position: absolute;
		left: 283px;
		bottom: 16px;
		list-style: none;
		margin: 0;
		font-size: 1.1em;
	}
#mainNav li
	{
		float: left;
		margin-right: 20px;
		padding-bottom: 4px;
		border-bottom: solid 3px #006cb3;
	}
#mainNav li.active
	{
		border-bottom: solid 3px #9c9e9f;
	}
#mainNav li.active a, #mainNav a:hover
	{
		color: #9c9e9f;
	}
#mainNav a
	{
		text-decoration: none;	
	}
	
/****************************************************
	SUBNAVIGATION
******************************************************/	
#subNav
	{
		list-style: none;
		margin: 0;
		font-size: 1em;
		line-height: 1em;
	}
#subNav li
	{
		padding: 3px 15px;		
	}
#subNav li.active
	{
		background: transparent url(../images/hgr_subMenuActive.gif) no-repeat 0 50%;
	}
#subNav li.active a, #subNav a:hover
	{
		color: #9c9e9f;
	}
#subNav a
	{
		text-decoration: none;	
	}



/****************************************************
	CONTENT (Mitte)
******************************************************/


/****************************************************
	MEDIAGALERIE
******************************************************/
#mediaGalerie
	{
		float: left;
	}
#mediaGalerie ul
	{
		list-style: none;
		margin: 0;
	}
#mediaGalerie li
	{
		float: left;
		width: 225px;
		padding: 0 5px 2px 0;
		margin-bottom: 20px;
	}
#mediaGalerie li.firstItem
	{
		margin-left: 0px;
		clear: left;
	}
#mediaGalerie li .imageBox
	{
		padding-bottom: 5px;
	}
#mediaGalerie li h4
	{
		font-weight: normal;
		color: inherit;
		font-size: 1em;
		line-height: 1.2em;
		color: #000;
	}


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

.gotop
	{
		clear: both;
		display: block;
		padding: 20px 0 0 0;
		overflow: hidden;
		height: 0px !important;
		background: transparent url(../images/hgr_goTop.gif) no-repeat left;
	}

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

form
	{
		margin: 1.4em 0;
		padding: 0;
	}
input, textarea, select
	{
		width: 250px;
	}
.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;
		margin-top: 20px;
	}
.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;}

/* Datum Picker */

a.dp-choose-date {
	float: left;
	width: 20px;
	height: 14px;
	padding: 0;
	margin: 2px 3px 0;
	display: block;
	text-indent: -2000px;
	overflow: hidden;
	background: url(/images/calenderImg.gif) no-repeat; 
}
a.dp-choose-date.dp-disabled {
	background-position: 0 -20px;
	cursor: default;
}
input.dp-applied {
	width: 140px!important;
	float: left;
}


.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
	}
	
#maiBlock
	{
		margin-top: 50px;		
	}
#maiBlock hr
	{
		margin: 10px 0;		
	}
	
