/* Style Andreas Bethge, (c) Andreas Bethge, www.bethge-online.de */
/* 
   Reset
------------------------------------------------------------------- */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, 
blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, 
img, ins, kbd, q, s, samp, small, strike, strong, sub, tt, var, b, u, i, 
center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, 
tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0; 
	outline: 0; 
	font-size: 100.1%; 
	vertical-align: baseline; 
	background: transparent;
	color: #444;
}
ol, ul { 
	list-style: none; 
}
blockquote, q { 
	quotes: none; 
} 
blockquote:before, blockquote:after, q:before, q:after { 
	content: ''; 
	content: none; 
}
:focus { 
	outline: 0; 
}
ins { 
	text-decoration: none; 
}
del { 
	text-decoration: line-through; 
}
table { 
	border-collapse: collapse; 
	border-spacing: 0; 
}


/* 
   General 
------------------------------------------------------------------- */

html {
	height: 100%;
	padding-bottom: 1px; /* force scrollbars */
}

body {
	background: white;
	font: lighter 75% Verdana, Arial, sans-serif;
	line-height: 1.5em;
	margin: 20px;
}


/* 
   Typography 
------------------------------------------------------------------- */
p {
	margin-bottom: 1em;
	line-height: 1.5em;
}

h1 {font: normal 2em sans-serif;}
h2 {font: normal 1.8em sans-serif;}
h3 {font: normal 1.6em sans-serif;}
h4 {font: normal 1.4em sans-serif;}
h5 {font: bold 1.2em sans-serif;}
h6 {font: bold 1em sans-serif;}

h1,h2,h3,h4,h5,h6 {
	margin-bottom: 0em;
	line-height: 1.5em;
}


blockquote {
	border-bottom: 1px solid #DDD;
	border-top: 1px solid #DDD;
	color: #666666;
	display: block;
	margin: 0.6em 0 1.6em;
	padding: 0.8em 1em 0.2em 46px;
}


.webpage ul,
.webpage ol{
	margin-left: 20px;
	list-style: disc;
	line-height: 1.5em;
	margin-bottom: 1em; 
}
.webpage ol{
	list-style: decimal;
}
/*
.webpage ul li,
.webpage ol li{
	margin: 0px;
	padding: 0px;
	line-height: 1.5em;
}
*/

strong{
	font-weight: bold;
}

/* 
   Tables
------------------------------------------------------------------- */

.webpage table {
	border: 1px solid #CCB;
	margin-left: auto;	
	margin-right: auto;
	margin-top: 1.5em;
	margin-bottom: 2em;
	line-height: 1.5em;
}
.webpage table th {
	background: #E5E5E5;
	border: 1px solid #D5D5D5;
	color: #444;
	text-align: left;
}
.webpage table tr {
	border-bottom: 1px solid #DDD;
}
.webpage table td, 
.webpage table th {
	padding: 10px;
}
.webpage table td {
	background: #F5F5F5;
	border: 1px solid #E0E0E0;
}



div.donthyphenate {
}
div.boxComplete {	
	text-align: left;
}

/* Beginn Kopfbereich */

div.boxHead {
	height: 60px;
}
div.boxHeadPic {
}
div.boxHeadLedger {
}
div.boxHeadNavi {
	height: 72px;
	background: url("/projects/varidea-netzwerk/header960.png") top left no-repeat;
		
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	width: 1000px;
}
div.boxHeadNavi *{
	text-align: left;
}

div.MainMenu {
	padding-top: 5px;
	padding-bottom: 7px;
}
div.MainMenu div {
	display: inline;
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 2px;
}

div.MainMenu div a{
	text-decoration: none;
	font-weight: bold;
	padding-bottom: 41px;
	color: #dddddd;
}
div.MainMenu div a.menuInactive:hover {
	color: white;
	/*background: url("/projects/varidea-netzwerk/naviHover.png") bottom center no-repeat;*/
}
div.MainMenu div a.menuActive {
	color: white;
	background: url("/projects/varidea-netzwerk/navi.png") bottom center no-repeat;
}

/* Ende Kopfbereich, Anfang Mittelbereich */

div.boxMiddle {
	margin-top: 20px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	width: 960px;
}
div.boxMiddle *{
	text-align: left;
}

div.boxMiddleLeft {
	display: inline-block;
	float: left;
	padding-left: 10px; 
	padding-right: 10px;
	padding-top: 20px;
	width: 150px;
}
div.boxMiddleLeftFoot{
	height: 300px;
	min-height: 300px;
}


div.SubMenu div {
	padding: 0px; 
	border: 0px; 
	margin: 0px;
	list-style: none outside none;
	display: block;
	list-style: none;
	padding-bottom: 2px;
}
div.SubMenu div a{
	text-decoration: none;
	line-height: 1.5em;
}
div.SubMenu div a.menuInactive:hover,
div.SubMenu div a.menuActive {
	color: #444;
}
div.SubMenu div a.menuInactive {
	color: gray;
}


div.SubMenu div.menuLevel1 {	padding-left: 0px; }
div.SubMenu div.menuLevel2 {	padding-left: 10px; }
div.SubMenu div.menuLevel3 {	padding-left: 20px; }
div.SubMenu div.menuLevel4 {	padding-left: 30px; }


div.boxMiddleCenter {
	display: inline-block;
	float: left;
	padding-left: 10px;
	padding-right: 8px;
	padding-bottom: 10px;
	padding-top: 3px;
}
div.boxMiddleRight {
	display: inline-block;
	float: right;
	padding-top: 28px;
	padding-bottom: 60px;
	width: 194px;
}

div.boxTopic {
	clear:both;
	position: relative;
	display: block;
	overflow: hidden;
	width: 185px;
	height: 139px;
	margin-top: 20px;
}
div.boxTopicLeadger {
	position: absolute;
	bottom: 0px; 
	left: 0px;
	padding-left: 6px;
	width: 100%;
	height: 20px;
	opacity: .75;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=75)";
	filter: alpha(opacity=75);
	font-size: 110%;
}


div.boxFoot {
	clear:both;
	
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	width: 960px;
	
	border-top: 1px solid silver;
	font-size: 0.8em;
	
	padding: 10px;
	padding-top: 0px;
	padding-bottom: 15px;
}
div.boxFoot *{
	text-align: left;
}


div.boxFootHead {
}
div.boxFootLogin {
	float: left;
}
div.boxFootVaridea {
	float: right;	
}
div.boxFoot a {
	color: gray;
	text-decoration: none;
}
div.boxFoot a:hover {
	color: #444;
}

div.webpage {
	position: inline-block;
	width: 550px;
	max-width: 550px;
	padding-top: 5px;
}
div.webpage div.webpageTitle,
div.slideshowTitle,
div.videoTitle {
	font-size: 2em;
	font-weight: lighter;
	padding-top: 10px;
	
	margin-bottom: 2em;
}
div.webpage div.webpageSubtitle {
	font-size: 1.5em;
	font-weight: lighter;
	
	margin-bottom: 1em;
}
div.webpage div.webpageTextfield {
}
div.webpagePhotos {
	width: 200px;
	min-width: 200px;
	max-width: 200px;
	float: right;
	
	padding-left: 10px;
	padding-top: 5px;
	padding-bottom: 10px; 
}
div.webpagePhotos div.webpagePhoto {
	padding-bottom: 5px;
}

div.formDesc, div.formInput,
input, textarea {
width: 100%;
}