/**********/
/* global */
/**********/

* 	{	
	margin:0;
	padding:0;
	border:0px;
	font:10pt Verdana;
	}

html, body	{	
		height:100%;
		}

.rueckwaerts 	{
		direction:rtl;
		unicode-bidi:bidi-override;
		}


/********/
/* Body */
/********/

body 	{	
	text-align:center; /* horizontal centering for IE Win quirks */
	background-color:#fff; 
	color:#000;
	}


/*****************/
/* Überschriften */
/*****************/

h1	{
	font-size:14pt;
	color:#999;
	}

h2	{
	font-size:12pt;
	font-weight:bold;
	}

h3	{
	font-size:12pt;
	}

h4	{
	font-size:10pt;
	font-weight:bold;
	color:#f90;
	}

h5	{
	font-size:10pt;
	font-weight:bold;
	}

h6	{
	font-size:10pt;
	color:#f90;
	}


/*****************/
/* Listen        */
/*****************/

ul	{
	list-style-type:none;
	list-style-image:none;
	}

li	{
	list-style-type:none;
	list-style-image:none;
	}


/*********/
/* LINKS */
/*********/

A:link 		{	
		color:#000; 
		TEXT-DECORATION: none;
		}

A:visited	{	
		color:#000; 
		TEXT-DECORATION: none;
		}

A:active 	{
		color:#000; 
		TEXT-DECORATION: none;
		}

A:hover 	{	
		color:#000; 
		TEXT-DECORATION: none;
		}

.linkweiss:link		{ 
			color:#fff; 
			}

.linkweiss:visited 	{ 
			color:#fff; 
			}

.linkweiss:active 	{ 
			color:#fff; 
			}

.linkweiss:hover 	{ 
			color:#fff; 
			}

.linkschwarz:link 	{ 
			color:#000;
			}

.linkschwarz:visited 	{ 
			color:#000;
			}

.linkschwarz:active 	{ 
			color:#000;
			}

.linkschwarz:hover 	{ 
			color:#000;
			}



/**************/
/* zentrieren */
/**************/

#bueroservice_zentrierung_abstand 	{ 	
					width:1px; 
					height:50%;  
					margin-bottom:-275px; /* half of container's height */
					float:left; 
					}

#bueroservice_zentrierung_rahmen 	{ 	
					margin:0 auto;
					position:relative; /* puts container in front of distance */
					height:550px;
					width:950px;
					clear:left;
					}



/***************/
/* Hauptrahmen */
/***************/

/* Hauptrahmen aussen */

div.bueroservice_hauptrahmen_aussen 	{ 	
					width:950px; 
					height:550px; }

/* Hauptrahmen innen */

div.bueroservice_hauptrahmen_links	{ 	
					float:left; 
					width:735px;
					height:550px; 
					}

div.bueroservice_hauptrahmen_rechts 	{ 	
					float:right; 
					width:215px; 
					height:550px; 
					}



/********/
/* Menu */
/********/

div.bueroservice_menu_container	{
				height:auto;
				width:735px;
				float:left;
				}

div.bueroservice_menu_links	{
				background-image:url(../bilder_global/bueroservice_beuren_menu_linksbogen.gif); 							background-repeat:no-repeat; 
				background-attachment:scroll; 
				background-position:left bottom;
				height:36px;
				width:18px;
				float:left;
				} 

div.bueroservice_menu_mitte	{
				background-image:url(../bilder_global/bueroservice_beuren_menu_hintergrund.gif); 							background-repeat:repeat-x; 
				background-attachment:scroll; 
				background-position:left bottom;
				height:36px;
				width:300px;
				float:left;
				color:#fff;
				} 

div.bueroservice_menu_mitte_text	{
					margin-top:5px;
					} 

div.bueroservice_menu_rechts	{
				background-image:url(../bilder_global/bueroservice_beuren_menu_rechtsbogen.gif); 							background-repeat:no-repeat; 
				background-attachment:scroll; 
				background-position:left bottom;
				height:36px;
				width:18px;
				float:left;
				}

.bueroservice_menu_aktiv	{
				font-weight:bold;
				}



/*********/
/* Links */
/*********/

div.bueroservice_inhalt_links	{
				background-image:url(../bilder_global/bueroservice_beuren_inhalt_hintergrund.gif);
				background-repeat:no-repeat; 
				background-attachment:scroll; 
				background-position:left bottom;
				float:left; 
				width:735px;
				height:514px;
				text-align:left;
				}



/*****************/
/* Logo / Rechts */
/*****************/

div.bueroservice_logo	{
			background-image:url(../bilder_global/buero-service-barbara-scheeff-logo.gif); 								background-repeat:no-repeat; 
			background-attachment:scroll; 
			background-position:center center;
			height:109px;
			width:215px;
			}

img.bueroservice_infoframe	{
				width:178px;
				height:112px;
				}

div.bueroservice_infoframe_links_oben	{
					background-image:url(../bilder_global/bueroservice_beuren_frame_rueckruf.gif);
					background-repeat:no-repeat; 
					background-attachment:scroll; 
					background-position:left bottom;
					height:112px;
					width:178px;
					float:left;
					margin-top:20px;
					}

div.bueroservice_infoframe_rechts	{
					background-image:url(../bilder_global/bueroservice_beuren_frame_bs.gif); 								background-repeat:no-repeat; 
					background-attachment:scroll; 
					background-position:left bottom;
					height:112px;
					width:178px;
					float:right;
					margin-top:20px;
					}

div.bueroservice_infoframe_links_unten	{
					background-image:url(../bilder_global/bueroservice_beuren_frame_kundenmeinung.gif);
					background-repeat:no-repeat; 
					background-attachment:scroll; 
					background-position:left bottom;
					height:112px;
					width:178px;
					float:left;
					margin-top:20px;
					}

div.bueroservice_bookmarkdienste	{
					height:16px;
					width:215px;
					margin-top:20px;
					float:left;
					text-align:right;
					}


