/**********************************************************************************/
/* @file:        css/main.css
*  @desc : Stylesheet der Webseite "Wolfgang Blessen Software"
*  @author:      Wolfgang Blessen Software (http://www.blessen.de)
/**********************************************************************************/
/***************************************
*  Generelle Formatierungen
***************************************/
* {margin: 0;padding: 0;}
img {border: none;}
html,body{
		margin:0;
		padding:0;		
		height:100%;
	}
/***************************************
*  Links
***************************************/
a {color: #999; text-decoration: underline;}
a:link,a:visited,a:active { color: #666;text-decoration: none;}
a:hover {color: #333; text-decoration: underline;}
/*a[href^="http:"] {text-decoration: none;background: url(../images/link.png) right center no-repeat #fcfcfc;
color: #006;padding-right:15px;}
/* a[href^="http:"]:link,a[href^="http:"]:visited {color: #006;text-decoration: none;}*/
/*a[href^="http:"]:active,a[href^="http:"]:hover {color: #006;text-decoration: none;border-bottom:1px dotted #006;}
/***************************************
*   Hintergundbild
***************************************/
.bgimage {
	display:none;
    position: fixed;
    z-index: -1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

body,p,td,li {
    font-family: "Tahoma", sans-serif;
    font-size: 15px;
}

p {
    margin-bottom: 11px;
}
input.button{
	padding:5px;
	border-radius:5px;
	font-size:15px;
}
/***************************************
*  div-Container für den Seitenaufbau  *
****************************************/
body {
    color: #030303;
	/*
	Fire Red
	background-image: -moz-linear-gradient(top, #FF6A00, #FF4500);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0.00, #FF6A00), color-stop(1.0, #FF4500));
	*/
	/* WBS Blue */
	background-image: -moz-linear-gradient(top, #4F6CA1, #1E2A53);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0.00, #4F6CA1), color-stop(1.0, #1E2A53));
	background-color: #1E2A53;
}
/***************************************
*  U S E R
***************************************/
#user_info{
	position:fixed;
	top:0px;
	right:0px;
	width:200px;
	height:24px;
	padding:5px;
	border:1px solid white;
}
#user_info a.logout{
	background:black;
	color:white;
	font-weight:700;
	padding:3px;
	border-radius:20px;
}	
#form_user_login{
	width:280px;
	margin:100px auto;
	/* border:1px dotted white; */
	border-radius:5px;
	padding:5px;
	color:white;
	-webkit-box-shadow: 7px 7px 5px rgba(200, 200, 200, 0.75);
	-moz-box-shadow:    7px 7px 5px rgba(200, 200, 200, 0.75);
	box-shadow:         7px 7px 5px rgba(200, 200, 200, 0.75);
}
#form_user_login table tr td {
	padding:5px;
}

#start_container {
    position: absolute;
    z-index: 0;
    left: 50%;
    width: 547px;
	height:100%;
    margin-left: -273px;
    top: 0px;
    background:transparent;
}
#start_header {
    z-index: 1;
    width: 600px;
    height:20px;
	padding:10px;
	text-align:center;
	color:white;
	font:20px serif;
	line-height:20px;
	
}
#start_menu {
	/*border:1px dashed #cfcfcf;*/
    position:relative;
    top:50%;
    margin-top:-273px;
    width: 547px;
    height:547px;
    background:url(../images/wbs_suite_ging.png) center center no-repeat;
}

/* center 274px */
.menu_link{
	position:absolute;
	width:190px;
	height:30px;
	font-size:18px;
	background:white;
	text-align:center;
	line-height:30px;
	/* border:1px solid grey; */
}
#philosophie{top:3px;left:178px;}
#projekte{
	top:79px;
	left:-3px;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg); 
	transform: rotate(-45deg);
}
#marketing{	
	top:438px;
	left:357px;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg); 
	transform: rotate(-45deg);
}
#ressourcen{
	top:439px;
	left:-2px;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	-ms-transform: rotate(45deg); 
	transform: rotate(45deg);
	filter: progid:DXImageTransform.Microsoft.Matrix(sizingMethod='auto expand', M11=0.7071067811865476, M12=-0.7071067811865475, M21=0.7071067811865475, M22=0.7071067811865476); /* IE6,IE7 */
-ms-filter: "progid:DXImageTransform.Microsoft.Matrix(SizingMethod='auto expand', M11=0.7071067811865476, M12=-0.7071067811865475, M21=0.7071067811865475, M22=0.7071067811865476)"; /* IE8 */
}
#kontakte{
	top:259px;
	left:432px;
	-webkit-transform: rotate(-90deg);
	-moz-transform: rotate(-90deg);
	-o-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg); 
	transform: rotate(-90deg);
	filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=3)"
}
#mitarbeiter{
	top:259px;
	left:-77px;
	-webkit-transform: rotate(-90deg);
	-moz-transform: rotate(-90deg);
	-o-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg); 
	transform: rotate(-90deg);
	filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=3)"
	
}
#finanzen{
	top:512px;
	left:178px;
}
#angebot{
	top:79px;
	left:357px;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	-ms-transform: rotate(45deg); 
	transform: rotate(45deg);
	filter: progid:DXImageTransform.Microsoft.Matrix(sizingMethod='auto expand', M11=0.7071067811865476, M12=-0.7071067811865475, M21=0.7071067811865475, M22=0.7071067811865476); /* IE6,IE7 */
-ms-filter: "progid:DXImageTransform.Microsoft.Matrix(SizingMethod='auto expand', M11=0.7071067811865476, M12=-0.7071067811865475, M21=0.7071067811865475, M22=0.7071067811865476)"; /* IE8 */
}
	
#info {
	padding: 10px 10px 10px 10px;
	min-height: 20px;
	border: 1px solid brown;
	border-radius: 4px;
	box-shadow: 5px 5px 10px #666;
	color: #000000;
	font-style: oblique;
	background-color: #ffffcf;
/*	background-image: url(../images/information.png); */
	background-position: left center;
	background-repeat: no-repeat;
}
a.info_tag{
	color:white;
	margin:1px;
	padding:1px;
	background:#B2D8FF;
	border:1px solid white;
	min-width:14px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
#container {
    position: absolute;
    z-index: 0;
    left: 50%;
    width: 960px;
    margin-left: -480px;
    top: 0px;
    background:transparent;
}
#header {
    z-index: 1;
    width: 960px;
    height:65px;
    background:url(../images/logo_wbs_48.png) center center no-repeat;
}
#content {
    width: 956px;
    min-height: 500px;
    padding-top: 10px;
    padding-bottom: 34px;
    border:2px solid #1f2b53;
    border-radius: 25px;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
    background-color: #f0f0ff;
    filter: alpha(opacity : 85);
    KHTMLOpacity: 0.85;
    MozOpacity: 0.85;
    opacity: 0.85;
 
}
#content_right {
    width: 200px;
    padding: 0 20px;
    background-color: transparent;
    float: left;
/*    filter: alpha(opacity : 70);
    KHTMLOpacity: 0.7;
    MozOpacity: 0.7;
    opacity: 0.7;*/
    overflow: hidden;
}
#content_left {
    background-color: transparent;
    float: left;
    width: 240px;
    padding: 0 10px;
    overflow: hidden;
}
#content_center {
    background-color: transparent;
    float: left;
    width: 660px;
    overflow: hidden;
}
#navigation{
    position:fixed;
    z-index: 3;
    left:5px;bottom:28px;
    text-decoration: none;
}
#navigation_back{
    float:left;
    margin-right:10px;
}
#navigation_for{
    float:left;
}
#uhrzeit{
    position:fixed;
    text-align:center;
    z-index: 3;
    right:5px;bottom:28px;
    text-decoration: none;
    color:white;
}
#social{
    position:fixed;
    text-align:center;
    z-index: 3;
    left:5px;bottom:28px;
    text-decoration: none;
    color:white;
}
#social ul{
}
#social ul li{
	float:left;
	list-style-type:none;
}
#social ul li a img{
	opacity:0.05;
	padding:3px;
	
}

#social ul li a:hover img{
	opacity:0.7;
	padding-top:0;
	padding-bottom:6px;
}

#footer {
    position:fixed;
    z-index: 2;
    left:0;bottom:0;
    width: 100%;height: 24px;
    line-height: 24px;
    text-align: center;
    color: #666;
    font-size: 10pt;
    font-weight: bold;
    text-decoration: none;
    border-top: 1px solid #2E384F;
    background: url(../images/suche_bg_40.png) center left repeat-x #ccc;
}
/***************************************
*  Navigation
***************************************/
#menu_struktur {
    z-index:2;
    width: 760px;height: 24px;
    padding-left:177px;
    line-height: 24px;
    margin-bottom:5px;
    color: #666;
}
#menu_struktur ul{
    list-style: none;

}
#menu_struktur ul li{
  float:left;
    list-style: none;
}
#menu_struktur ul li a {
    width: 110px;float: left;
    font-size: 10pt;font-weight: bold;
    text-decoration: none;
    padding-left: 5px;
    padding-right: 5px;
    margin-right:3px;
    display: block;
    text-align: center;
    border: 1px solid #666;
    background: url(../images/suche_bg_40.png) center left repeat-x #ccc;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;

}
#menu_struktur ul li a:link,
#menu_struktur ul li a:visited {
    color: #666;
    text-decoration: none;
}

#menu_struktur ul li a:active,
#menu_struktur ul li a:hover,
#menu_struktur ul li a.selected
 {
    background: url(../images/suche_bg_down_40.png) center left repeat-x #ccc;
    color: #2E384F;
    text-decoration: none;
}
/***************************************
*  S U B M E N U
***************************************/
ul.menu2 li{
  list-style-type: none;
}
ul.menu2 li a {
  backgroud-color:brown;
}
ul.menu2 li a:link,
ul.menu2 li a:visited {
    color: #666;
    text-decoration: none;
}
ul.menu2 li a:active,
ul.menu2 li a:hover,
ul.menu2 li a.selected
 {
    color: #2E384F;
    text-decoration: none;
}
/***************************************
* Infofelder
***************************************/
.info, .warning {
    padding: 10px 10px 10px 50px;
    min-height: 20px;
    border: 1px solid brown;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    /* Und hier sind die Deklarationen für die Schatten.
   Der erste PX-Wert steht für die Y-Achse,
   der zweite Wert für die X-Achse und der
   dritte Wert für die Weichzeichnung des Schattens.
   Und der letzte Wert ist die Schattenfarbe. */
    -webkit-box-shadow: 5px 5px 10px #666;
    -moz-box-shadow: 5px 5px 10px #666;
    box-shadow: 5px 5px 10px #666;
    color: #000000;
    font-style: oblique;
}
.info {
    background-color: #ffffcc;
    background-image: url(../images/information.png);
    background-position: left center;
    background-repeat: no-repeat;
}
.warning {
    background-color: #ffcccc;
    background-image: url(../images/warning.png);
    background-position: left center;
    background-repeat: no-repeat;
}

/*********************
*  Modale Container  *
**********************/ /*******************
*  Links im Menü  **
********************/ /***********
*  Texte   *
************/
h1 {
    font-size: 18px;
    color: #000066;
    /*  border-bottom:1px solid #b8b8b5; */
    margin-top: 3px;
    margin-bottom: 9px;
}

h2 {
    font-size: 16px;
    font-weight: 700;
    color: #2E384F;
    text-decoration:none;
    text-transform:uppercase;
    /*border-bottom: 1px solid #b8b8b5;*/
    margin-top: 2px;
    margin-bottom: 8px;
}

h4 {
    font-size: 14px;
    font-weight: 700;
    color: #2E384F;
    margin-top: 1px;
    margin-bottom: 7px;
}

p.content,ul.content,li.content {
    margin: 11px;
}

span.projekt {
    color: #000099;
    font-style: bold;
}