@import "menu.css";

html { overflow-y: scroll; }

body { 
	background-color: #333333;
	color: #1E1E1E;
	font-size: 10pt;
	line-height: 13pt;
	font-family: Arial, sans-serif;
	margin: 0;
	padding: 0;
	/* overflow: hidden; */
	}

/* Id's and I's with classes */

#header { 
	background: #333333 url('../images/menu_bg.gif') bottom left repeat-x;
	height: 60px;
	}

#top { 
	width: 100%;
	background-color: #AAAAAA; 
	height: 8px;
	}

#center {
	width: 950px;
	min-height: 450px;
	margin: auto;
	background: transparent url('../images/center_bg.gif') no-repeat;
	}

#center p {
	text-align: justify;
	max-width: 450px;
	}

#background {
	background: #FFFFFF;
	padding-top: 80px;
	padding-left: 41px;
	padding-bottom: 20px;
	min-height: 450px; /* for modern browsers */
	height: auto !important; /* for modern browsers */
	height: 450px; /* for IE5.x and IE6 */
	}

#footer {
	background: #333333 url('../images/footer_bg.gif') repeat-x;
	font-size: 10pt;
	clear: both;
	padding: 20px;
	color: #CCCCCC;
	height: 124px;
	}

#footer p {
	max-width: 950px;
	margin: auto;
	padding-left: 41px;
	}

#logo_menu {
	width: 950px;
	margin: auto;
	}

#logo {
	width: 268px;
	display: inline;
	float: left;
	padding-right: 40px;
	padding-left: 20px;
	}

#notification {
	border: 1px dotted #008000;
	background: #e8ffe2;
	padding: 15px;
	padding-top: 5px;
	}

/* Special Table */

.stable {
	text-align: left;
	border: 1px solid #E9E9E9;
	padding: 2px;
	}

.stable th {
	text-align: left;
	border-bottom: 2px solid #D8D8D8;
	border-left: 1px solid #D8D8D8;
	padding: 10px 5px 10px 5px;
	color: #3E3E3E;
	width: 100px;
	}

.stable td {
	border: 1px solid #D8D8D8;
	border-right: none;
	border-top: none;
	text-align: center;
	padding: 5px;
	}

.stable th.special {
	font-size: 105%;
	border-left: none;
	}

.stable td.foot { border-bottom: none; }

.stable td.thv {
	font-weight: normal;
	text-align: left;
	border-left: none;
	width: 210px;
	}

.stable td.thvf {
	font-weight: normal;
	text-align: left;
	border: none;
	}


.stable_h {
	text-align: left;
	border: 1px solid #E9E9E9;
	padding: 2px;
	}

.stable_h th {
	text-align: center;
	border-bottom: 2px solid #D8D8D8;
	border-left: 1px solid #D8D8D8;
	padding: 10px 5px 10px 5px;
	color: #3E3E3E;
	width: 100px;
	}

.stable_h td {
	border: 1px solid #D8D8D8;
	border-right: none;
	border-top: none;
	text-align: center;
	padding: 5px;
	}

.stable_h th.special {
	font-size: 105%;
	border-left: none;
	text-align: left;
	width: 210px;
	}

.stable_h th.special_h {
	background-image: url('../images/special_h_bg.png');
	}

.stable_h td.foot { border-bottom: none; }

.stable_h td.foot_h {
	border-bottom: none;
	background-color: #E4F1D6;
	}

.stable_h td.thv {
	font-weight: normal;
	text-align: left;
	border-left: none;
	width: 210px;
	}

.stable_h td.special_h {
	background-color: #E4F1D6;
	}

.stable_h td.thvf {
	font-weight: normal;
	text-align: left;
	border: none;
	width: 210px;
	}

/* Classes */

.ul_decimal { list-style: decimal; }

.inline { display: inline; }

.block { display: block; }

.fleft { float: left; }

.fright { float: right; }

.clear { clear: both; }

.strong { font-weight: bold; }

.map { border: 1px solid #333333; }

.imgb {
	border: 1px solid #3E3E3E;
	padding: 2px;
	}

h2.entwicklung, h2.embedded, h2.code, h2.hosting, h2.services, h2.dkontakt, h2.wizard, h2.anfahrt, h2.job {
	background: transparent url('../images/icons/22x22/preferences-system.png') no-repeat;
	margin-left: -30px;
	padding-left: 30px;
	height: 22px;
	}

h2.embedded { background-image: url('../images/icons/22x22/package-x-generic.png'); }

h2.code { background-image: url('../images/icons/22x22/edit-find.png'); }

h2.hosting { background-image: url('../images/icons/22x22/go-home.png'); }

h2.services { background-image: url('../images/icons/22x22/applications-system.png'); }

h2.dkontakt { background-image: url('../images/icons/22x22/mail-message-new.png'); }

h2.wizard { background-image: url('../images/icons/22x22/contact-new.png'); }

h2.anfahrt { background-image: url('../images/icons/22x22/go-next.png'); }

h2.job { background-image: url('../images/icons/22x22/utilities-terminal.png'); }

h3.server, h3.ftp, h3.svn, h3.v-server, h3.ssh {
	background: transparent url('../images/icons/16x16/internet-web-browser.png') no-repeat;
	margin-left: -22px;
	padding-left: 22px;
	}

h3.ftp { background-image: url('../images/icons/16x16/folder-open.png'); }

h3.svn { background-image: url('../images/icons/16x16/user-home.png'); }

h3.v-server { background-image: url('../images/icons/16x16/network-server.png'); }

h3.ssh { background-image: url('../images/icons/16x16/utilities-terminal.png'); }

/* Padding */

.pr10 { padding-right: 10px; }

.pr20 { padding-right: 20px; }

.pb10 { padding-bottom: 10px; }

.pb20 { padding-bottom: 20px; }

/* Colors */

.red { color: red; }

.green { color: #008000; }

.gray { color: #3E3E3E; }

/* Form error border */

.k_error { border: 1px solid red; }

/* Links */

a:link, a:visited, a:active, a:hover {
	color: #008000;
	text-decoration: none;
	font-weight: bold;
	}

a:hover { text-decoration: underline; }

a:active { color: #008000; }

a:visited { color: #006000; }

/* Internal link icons*/

a.entwicklung, a.embedded, a.code, a.hosting, a.services, a.dkontakt, a.wizard, a.anfahrt {
	background: transparent url('../images/icons/16x16/preferences-system.png') no-repeat;
	padding-left: 20px;
	}

a.embedded { background-image: url('../images/icons/16x16/package-x-generic.png'); }

a.code { background-image: url('../images/icons/16x16/edit-find.png'); }

a.hosting { background-image: url('../images/icons/16x16/go-home.png'); }

a.services { background-image: url('../images/icons/16x16/emblem-system.png'); }

a.dkontakt { background-image: url('../images/icons/16x16/mail-message-new.png'); }

a.wizard { background-image: url('../images/icons/16x16/contact-new.png'); }

a.anfahrt { background-image: url('../images/icons/16x16/go-next.png'); }

/*External link icon */

a[href^="http:"] {
	background: transparent url('../images/link_ext.png') 100% 50% no-repeat;
	padding-right: 11px;
	}

/* Text */

h1, h2, h3 {
	font-family: Arial, sans-serif;
	color: #3E3E3E;
	font-weight: bold;
	font-size: 150%;
	}

h1 { color: #008000; }

h2 { font-size: 130%; }

h3 { font-size: 110%; }

h4, h5, h6 { font-size: 100%; }

p { margin-bottom: 13pt; /*equal value as line-height in body{}*/ }

p.caption {
	margin-top: 0px;
	font-size: 90%;
	}

.bighead  {
	font-size: 180%;
	/* font-weight: bold; */
	line-height: 22pt;
	color: #3E3E3E;
	margin-bottom: 23px;
	}

/* Etc */

img { border: none;}


