/*
 OneByte GmbH - e-Business & Webdesign - www.onebyte.ch
 
 Filename    : web_default.css
 Created by  : Serkan Tüten (tue@onebyte.ch)
 Purpose     : Stylesheet für Browserdarstellung
 Please note : 
*/

/* ---------------------------------------------------
   Inhaltsbereich der Seite importieren
   =================================================== */
@import url("editor.css");

img, div, background { behavior: url(styles/iepngfix.htc) }

html[xmlns^="http"] { /* verhindert Mozilla-Zucken * > Firefox 1.5  */
	overflow-y: scroll;
}

/* ---------------------------------------------------
   Global
	 evt. anstelle von * nur diese verwenden damit es
	 weniger komplikationen gibt:
	 html, body, div, ul, ol, li, dl, dt, dd, h1, h2,
	 h3, h4, h5, h6, pre, form, p, blockquote, fieldset,
	 input
   =================================================== */
* {
	padding: 0;
	margin: 0;
	font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
}

body {
}

#webcontainer {
	width: 570px;
	height: 600px;
	margin: 50px auto;
	background: url(../images/background_logo.jpg) top right no-repeat;
}

/* ---------------------------------------------------
   Logo
   =================================================== */
#logo { 
	float: right;
	height: 150px;
	width: 370px;
	margin-right: 20px;
}

#content { 
	float: left;
	width: 600px;
	margin: 50px 0 0 100px;
}


#bettina { 
	float: left;
	width: 250px;
	height: 210px;
	padding-bottom: 30px;
}
#serkan { 
	float: left;
	width: 250px;
	height: 210px;
	padding-bottom: 30px;
}
#erhan { 
	float: left;
	width: 250px;
}
#klaus { 
	float: left;
	width: 250px;
}


@media print{ 
body {
	font-size: 12px;
	font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	line-height: 150%;
	color: #000;
	background-color: transparent;
}
#webcontainer {
	font-size: 12px;
}
#header {
	display: none;
	visibility: hidden;
}
#content_box {
	background: none;
}
#content_left { 
	width: 600px;
}
#navigation {
	display: none;
	visibility: hidden;
}
#content {
	width: 550px;
	padding: 62px 20px 20px 30px;
}
#content_right { 
	display: none;
	visibility: hidden;
}

#content table, #content p, #content table td {
	font-size: 15px;
 }
#footer {
	clear: both;
  padding-left: 30px;
	background: none;
}
}