body {
        color:#004D9F !important;
        font-family: Verdana;
}


#sgl {
	width:580px;
	margin: 0px 0px;
	padding:1px 0;
	color:#303030;
}

#sgl #header {
	/* background-image: url(../images/header.jpg); */
    background-color: #467aa7;
    height:110px;
	width:580px;
	margin:0 1px 1px 1px;
	color:#ffffff;
}

#sgl #header h1{
	padding:35px 0 0 20px;
	font-size:1em;
	background-color:inherit;
	color:#ffffff;
	letter-spacing:-2px;
	font-weight:normal;
}

#sgl #header h2{
	margin:0px 0 0 0px;
	font-size:1.1em;
	background-color:inherit;
	color:#f0f2f4;
	letter-spacing:-1px;
	font-weight:normal;
}

#sgl #logo {
    float: left;
    margin: 5px 0 0 10px;
    font-size: 1em;
    font-weight: normal;
    color: #e8eaec;
    text-decoration: none;
}
#sgl #logo img {
    vertical-align: middle;
    }
#sgl #login {
    float: right;
    margin: 10px 10px 0 0;
    font-size: 0.9em;
    color: #e8eaec;
    /* Workaround for IE hiding bottom border of logAction. */
    height: 50%;
}
#sgl #login a {
    padding: 0 5px;
    text-decoration: none;
    color: #e8eaec;
}
#sgl #login a:hover {
    text-decoration: underline;
}
#sgl #login #logAction {
    margin-left: 0.5em;
    padding: 0.2em;
    border: 1px solid transparent;
    border-color: #ffffff #333333 #333333 #ffffff;
}

/****************************** LAYOUT : MAIN *********************************/

#sgl #container {
    top: 0px;
}

/************************ LAYOUT : LEFT & RIGHT BLOCKS ************************/

#sgl #rightSidebar h2{
	display:block;
	margin:0 0 15px 0;
	font-size:1em;
	font-weight:normal;
	text-align:left;
	letter-spacing:-1px;
	color:#505050;
	background-color:inherit;
}

#sgl #rightSidebar p{
	margin:0 0 16px 0; 
	font-size:0.9em;
}

#sgl #leftSidebar {
    position: absolute;
    margin-top: 0px;
    top: 0;
    z-index: 1;
    width: 40px;
    left: 0;
}
#sgl #rightSidebar {
    width: 170px;
	float:right;
	padding:10px 10px 10px 10px;
	line-height:1.4em;
	background-color:#cccccc;
	border-right:1px solid white;
}
#sgl .blockContainer {
    margin: 4px 1px 0 1px;
}
#sgl .blockHeader {
    background-color: #467aa7;
    color: #e8eaec;
    line-height: 1.5em;
    font-weight: bold;
    text-align: center;
    border: 1px solid #505050;
    margin: 0;
}
#sgl .blockContent {
    background-color: #eeeeee;
    color: #2a5a8a;
    font-size: 0.9em;
    padding: 10px;
    border: 1px solid #505050;
    border-top: none;
}

/*************************** LAYOUT : MIDDLE BLOCKS ***************************/

#sgl #content{
	float:left;
	font-size:0.9em;
	padding: 0px 0 0 0px;
}

#sgl #content h2{
	display:block;
	margin: 0px 0 5px 0px;
	font-size:1.1em;
	font-weight:normal;
	letter-spacing:-1px;
	color:#505050;
	background-color:inherit;
}

#sgl #content h2 a{font-weight:normal;}
#sgl #content h3{margin:0 0 5px 0; font-size:1.1em; letter-spacing:-1px;}
#sgl #content a:hover,#subcontent a:hover{text-decoration:underline;}
#sgl #content ul,#content ol{margin:0px 0px 0px 15px;}
#sgl #content dl{margin:0 5px 10px 25px;}
#sgl #content dt{font-weight:bold; margin-bottom:5px;}
#sgl #content dd{margin:0 0 10px 15px;}

/******************************* LAYOUT : FOOTER ******************************/


#sgl #footer{
clear:both;
width:580px;
padding:5px;
margin:0 1px;
font-size:0.9em;
color:#f0f0f0;
background:#467aa7;
}

#sgl #footer p{padding:0; margin:0; text-align:center;}
#sgl #footer a{color:#f0f0f0; background-color:inherit; font-weight:bold;}
#sgl #footer a:hover{color:#ffffff; background-color:inherit; text-decoration: underline;}










/***************************** CONTENT : IMG and more *************************/

p{padding:0 0 0.8em 0;}
p form{margin-top:0; margin-bottom:20px;}

img.left,img.center,img.right{padding:4px; border:1px solid #a0a0a0;}
img.left{float:left; margin:0 12px 5px 0;}
img.center{display:block; margin:0 auto 5px auto;}
img.right{float:right; margin:0 0 5px 12px;}

/***************************** CONTENT : TABLES *******************************/

#content table {
    border: none;
    /* This is not a typo, we want first set a fallback for IE, then set the
     * real margin for real browsers ;) */
    margin: 0 5%;
    margin: 0 auto;
}
td, th {
    font-size:11px !Important;
}
th {
    background-color: #eeeeee;
    color: #303030;
    text-align: left;
    font-size: 1.1em;
    line-height: 1.75em;
}
#imRead {
    background-color: #505050;
}

/******************************* CONTENT : BLOCKS *****************************/

img.blocksAvatar {
    /* move the image up to be flush with bottom of title */
    position: relative;
    top: -5px;
    float: right;
    padding-left: 5px;
}
.navWidget {
    overflow: auto;
}
.options-block {
    margin: 20px 0;
}

/*************************** CONTENT : MISCELLANEOUS **************************/

acronym {
    cursor: help;
}
hr {
    border: none;
    border-bottom: 1px solid #d9d9d9;
}
img {
    border: none;
}
.codeExample {
    background: #f7f7f7;
    border: 1px solid #d9d9d9;
    margin: 1em 1.75em;
    padding: 0.25em;
    overflow: auto;
    font-size: 11px;
}
.alignCenter {
    text-align: center;
}
.backLight {
    background-color: transparent;
}
.backDark {
    background-color: #eeeeee;
}
.bold {
    font-weight: bold;
}
.error {
    color: #ff0000;
}
.hide {
    display: none;
}
.small {
    font-size: 0.8em;
}
.narrow {
    width: 60%;
}
.wide {
    width: 90%;
}
.full {
    width: 100%;
}
.detail {
    color: #999999;
    font-weight: normal;
    font-size: 0.8em;
}
.navigator {
    color: #505050;
    background-color: #303030;
    padding-left: 10px;
    font-weight: bold;
    text-align: right;
    line-height: 18px;
}
.pager {
    white-space: nowrap;
    text-align: center;
    width: 100%;
    margin: 0 auto 10 auto;
    padding: 3px;
    font-weight: bold;
}

.pager a {
    font-decoration: underline; 
}

.title {
    color: #999999;
    font-weight: normal;
    font-size: 1.1em;
}
.toolBtnSeparate {
    margin-left: 20px;
}
.treeMenuDefault {
    font-size: 11px;
}
.dateSelector {
    cursor: pointer;
}

/******************************* CONTENT : FORMS ******************************/

fieldset {
    margin: 0 auto;
    color: #2a5a8a;
    font-size: 1.1em;
    font-weight: bold;
}
legend {
    color: #999999;
}
.fieldName, .fieldNameWrap {
    background-color: #eeeeee;
    color: #2a5a8a;
    font-weight: bold;
    text-align: left;
}
.fieldName {
    white-space: nowrap;
}
.fieldValue {
    background-color: #e8eaec;
    line-height: 16px;
    text-align: left;
    width: 65%;
}
.noBorder {
    border: none;
    font-size: 10px;
}
.narrowButton {
    text-align: center;
    width: 9em;
}
.wideButton {
    text-align: center;
    width: 13em;
}

/***************************** CONTENT : MESSAGES *****************************/

.errorContainer, .messageContainer {
    margin-left: 0;
    width: 260px;
}
.errorHeader {
    /* background-color: #ffcc00; */
    color: #ffffcc;
    font-weight: bold;
    letter-spacing: 1px;
    text-align: center;
    text-transform: uppercase;
}
.errorContent {
    border: 1px dotted #ff9600;
    border-top: 1px solid #ffcc00;
    color: #2a5a8a;
    background-color: #ffff99;
    text-align: left;
    padding: 0 10px;
}
.errorMessage {
    margin: 10px 0px;
    border: 1px dotted #ff9600;
    background-color: #ffff99;
    text-align: center;
	padding: 5px;
}
.messageHeader {
    color: #e8eaec;
    background-color: #467aa7;
    font-weight: bold;
    font-size: 1.2em;
    line-height: 1.5em;
    text-align: center;
}
.messageContent {
    /*background-color: #e8eaec;*/
    color: #2a5a8a;
   /* border: 1px solid #467aa7; */
    text-align: center;
}
.messageContent div {
    padding: 5px;
}
.message div{
    margin: 0 15% 10px;
    padding: 5px;
    background-color: #e8eaec;
    text-align: center;
}
.infoMessage {
	padding: 5px;
    border: 1px solid #467aa7;
    color: #467aa7;
	background-color: #e8eaec;
	margin: 10px 0px;
}


/* /////////////// Lists /////////////// */

ul.noindent {
    margin-left: 5px;
    padding-left: 5px;
}
ul.bullets li {
    list-style-image: url('http://dd2.icserver7.de/themes/default/images/bullet.gif');
}

/* /////////////// Tooltips /////////////// */

.tipOwner {
    position: relative;
    cursor: help;
    }
.tipOwner .tipText {
    display: none;
    position: absolute;
    top: -20px;
    left: 30%;
    border: 1px solid transparent;
    border-color: #ffffff #333333 #333333 #ffffff;
    background-color: #eeeeee;
    color: #2a5a8a;
    text-align: center;
    width: 15em;
    padding: 2px 5px;
        -moz-opacity: 0.85;
    }
.tipOwner:hover .tipText {
    display: block;
}

/******************************* DEPRECATED ***********************************/

.bgnd {
    background-color: #80b0da;
    border: 1px solid #999999;
}
.bgnd a, a.noDecoration {
    text-decoration: none;
}
.bgnd a {
    color: #2a5a8a;
    font-weight: normal;
}
.moduleOverview {
    width: 20.5em;
    height: 8em;
}
.newsItem {
    border: 1px solid #999999;
    margin: 0 auto;
    padding: 0 10px 10px 10px;
    background-color: #ffffcc;
}
.pinstripe table {
    background-color: #eeeeee;
    width: 90%;
}
.pinstripe td {
    background-color: #e8eaec;
}
.pinstripe img {
    padding: 10px;
}
.pinstripe button {
    padding: 10px 0;
}

/**************** Menublock styles ****************/

.menublock{margin:0 0 20px 8px; font-size:0.9em;}
.menublock li{list-style:none; display:block; padding:2px; margin-bottom:2px;}
.menublock li a{font-weight:bold; text-decoration:none;}
.menublock li a:hover{text-decoration:none;}
.menublock li ul{margin:3px 0 3px 15px; font-size:1em; font-weight:normal;}
.menublock li ul li{margin-bottom:0;}
.menublock li ul a{font-weight:normal;}

/**************** Searchbar styles ****************/

#searchbar{margin:0 0 20px 0;}
#searchbar form fieldset{margin-left:10px; border:0 solid;}

#searchbar #s{
height:1.2em;
width:110px;
margin:0 5px 0 0;
border:1px solid #a0a0a0;
}

#searchbar #searchbutton{
width:auto;
padding:0 1px;
border:1px solid #808080;
font-size:0.9em;
text-align:center;
}

/**************** Misc classes and styles ****************/

.splitcontentleft{float:left; width:48%;}
.splitcontentright{float:right; width:48%;}
.clear{clear:both;}
.small{font-size:0.8em;}
.hide{display:none;}
.textcenter{text-align:center;}
.textright{text-align:right;}
.important{color:#f02025; background-color:inherit; font-weight:bold;}

.box{
margin:0 0 20px 0;
padding:10px;
border:1px solid #c0c0c0;
background-color:#fafbfc;
color:#505050;
line-height:1.5em;
}

p.errorBlock span.error {
    display: block;
    line-height: normal;
}

/** DestinationDesktop **/
#nonFooter
{
position: relative;
min-height: 100%;
}

* html #nonFooter
{
height: 100%;
}

#footer
{
position: relative;
margin-top: -32px;
}

label {
    width: 130px;
    text-align: left;
}


p label {
    float: left;
    text-align: left;
    padding-right: 20px;
    color: #303030;
}

label.tipOwner {
    background: url('http://dd2.icserver7.de/themes/default/images/tooltip.gif') 98% 50% no-repeat;
}

img.calendar{
    border: none;
    vertical-align: middle;
    cursor: pointer;
}

#formular p label {
    width: 170px;
}
#formular input.longText {
    width: 300px;
}

p label {
    width: 130px;
    text-align: left;
}


p textarea {
   width:300px; 
   height:200px; 
   font-family: Verdana;
}





/* 
 * LIGHTBOX 
 */
#lightbox{
    position: absolute;
    top: 40px;
    left: 0;
    width: 100%;
    z-index: 100;
    text-align: center;
    line-height: 0;
    }

#lightbox a img{ border: none; }

#outerImageContainer{
    position: relative;
    background-color: #fff;
    width: 250px;
    height: 250px;
    margin: 0 auto;
    }

#imageContainer{
    padding: 10px;
    }

#loading{
    position: absolute;
    top: 40%;
    left: 0%;
    height: 25%;
    width: 100%;
    text-align: center;
    line-height: 0;
    }
#hoverNav{
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 10;
    }
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{
    width: 49%;
    height: 100%;
    background: transparent url(http://dd2.icserver7.de/themes/default/images/lightbox/blank.gif) no-repeat; /* Trick IE into showing hover */
    display: block;
    }
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(http://dd2.icserver7.de/themes/default/images/lightbox/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(http://dd2.icserver7.de/themes/default/images/lightbox/nextlabel.gif) right 15% no-repeat; }


#imageDataContainer{
    font: 10px Verdana, Helvetica, sans-serif;
    background-color: #fff;
    margin: 0 auto;
    line-height: 1.4em;
    }

#imageData{
    padding:0 10px;
    }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }  
#imageData #caption{ font-weight: bold; }
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;  }           
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em;  }   
        
#overlay{
    position: absolute;
    top: 0;
    left: 0;
    z-index: 90;
    width: 100%;
    height: 500px;
    background-color: #000;
    filter:alpha(opacity=60);
    -moz-opacity: 0.6;
    opacity: 0.6;
    }
    

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
    }

* html>body .clearfix {
    display: inline-block; 
    width: 100%;
    }

* html .clearfix {
    /* Hides from IE-mac \*/
    height: 1%;
    /* End hide from IE-mac */
    }   
/*LIGHTBOX */#nav {
height:2.2em;
line-height:2.2em;
width:580px;
margin:0 1px;
background: #9dcdfe;
color:#ffffff;
}

#nav  li{
float:left;
list-style-type:none;
border-right:1px solid #ffffff;
white-space:nowrap;
}

#nav  li a{
display:block;
padding:0 10px;
font-size:0.8em;
font-weight:normal;
text-transform:uppercase;
text-decoration:none;
background-color:inherit;
color: #ffffff;
}

* html #nav  a {width:1%;}

#nav  .current,#nav a:hover{
background:#80b0da;
color:#ffffff;
text-decoration:none;
}


.listItemTextColumn {
    margin:5px; 
}   

.clearboth { clear: both; }
.clearboth img{ float: left; width:450px !important; }

.listItem img{
	margin: 0px 5px 0px 0px;
}

.currentPage {
	text-decoration: underline;
        font-size:11px !important;
        font-family: Verdana !important;
        color:#004D9F !important;
}


// OpenEventScrollist
#dateScroll {
    padding: 2px;
    border: 0px solid #eeeeee;
    background: #eeeeee; 
    height:310px; 
    overflow:auto;
    margin-bottom: 7px;
}

.dateDIV {
    float:left;
    margin-left: 0px;
    padding: 0px;
    background: #eeeeee;
    width:43%; 
}


table.EventDateTable {
    font-size: 1.0em;
    width:100%;
    border: 1px solid #303030;
    padding:0px;
    margin:0px;
}



td.EventDate{
    padding:0px;
    margin:0px;
    text-align:left;
}

th.EventDate{
    background: #eeeeee;
    padding:0px;
    margin:0px;
    text-align:left;
}

.column {
    margin: 2px;
    float:left;
    width:100px; 
}


	
	.smalltext	{
		font: 11px Verdana, sans-serif;
	}

	
	.link, .link:hover, .link:visited {
		color: 004D9F;
		font-weight: bold;
		text-decoration: underline;
	}
	
	h4 {
		color:#004D9F;;
		font-weight: bold;
	}
	
	.decentLink, .decentLink:hover, .decentLink:visited {
		color: #004D9F;
		text-decoration: underline;
		font-weight: bold;
	}
	
	.eventPager {
		white-space: nowrap;
		text-align: left;
		width: 100%;
		padding: 3px;
                font-size:11px !important;
                font-family: Verdana !important;
                color:#004D9F !important;
		margin-top: 5px;
	}
	
	.eventPager a {
		color: #004D9F;
	}
	
	#found {
		margin-bottom: 10px;
        font-size:10px !important;
        font-family: Verdana !important;
        color:#004D9F !important;
	}
	
	.listItem {
		width:580px;
		clear: both;
                color:#ffffff !important;
		float: left;
		min-height: 32px;
		background-color: #ACC6E1;
		margin-bottom: 5px; 
	}
	.listItem a, listitem p, listitem br{
		text-decoration:none;
                font-weight:bold;
                color:#ffffff !important;
	}
	
	.listItemPic {
		min-height: 92px;
	}
.dateField {
    width:70px !important;
font-size:11px;
}
	
	.listItemTop{
		color: #fffffff !important;
		font-weight: bold;
		float: left;
	}
	
	.listItemDate {
                color:#ffffff !important;
		margin-right:20px;
		width:60px; 	
	} 
	 
	.listItemCity {
		margin-right: 5px;
		width:176px; 
	}  
	 
	.listItemCategory {
		margin-right: 5px;
		width:122px; 
	}  
		
	.listItemTime {
		width:95px; 
	} 
	
	.listItemPicDate {
		margin-right: 20px;
		width:60px; 
                font-size:11px;
                color:#ffffff;
	} 
	 
	.listItemPicCity {
		margin-right: 5px;
		width:110px; 
                color:#ffffff;
	}  
	 
	.listItemPicCategory {
		margin-right: 5px;
		width:100px;
		width:95px; 
                font-size:10px;
                color:#ffffff;
	}  
		
	.listItemPicTime {
		width:120px; 
                font-size:11px;
                color:#ffffff;
	} 

	
	#event {
	   width: 580px;
	   color: #004D9F;
	   font-size: 11px; 
	}

#event a {
        color:#004D9F !important;
        font-size:11px !important;
        font-family: Verdana;
}
	
	.eventViewTitle {
	   color: #6EAB23;
	   font-size:14px;
	   font-weight: bold; 
	}
	
	h1 {
	   color: #004D9F;
	   font-size: 14px; 
	   font-weight: bold;
	   margin-bottom: 10px;
	}

	input.submitbutton	{
		height:25px; 
		padding: 0px 5px;
		text-align:middle;
		font-size: 10px; 
		color: white; 
		background-color: #004D9F; 
		border: 1px solid #004D9F;
	}
	
	#sgl {
	width:580px;
	}
	
	#eventList {
		width:580px;
		overflow: auto;
	}
	
	.hr {
		width: 580px;
		height: 0px;
		margin-bottom: 5px;
		border-bottom: 1px solid #dddddd;
	}
    
    #eventListTable {
        width:580px;
    }

    td.eventListTable {
        background: white;
        font-size:11px !important;
        font-family: Verdana !important;
        color:#004D9F !important;
        padding-left:12px;
        padding-right:12px;
        padding-bottom:12px;
        padding-top:12px;
        border-bottom: 1px solid #dddddd;
        border-left: 1px solid #dddddd;
    }

    td.eventListTableHighlight {
        background: white;
        font-size:11px !important;
        font-family: Verdana !important;
        color:#004D9F !important;
        padding-left:6px;
        padding-right:6px;
        padding-bottom:12px;
        padding-top:12px;
        border-bottom: 1px solid #dddddd;
        border-left: 1px solid #dddddd;
    }

    #eventListTableHighlight img{
        padding-left:12px !important;
        padding-right:12px !important;
        border-left:12px !important;
        border-right:12px !important;

    }

    td.eventListTableHighlight img{
        padding-left:12px !important;
        padding-right:12px !important;
        border-left:12px !important;
        border-right:12px !important;
    }

    td.eventListTable a{
        font-size:11px !important;
    }

    td.eventListTableHighlight a{
        font-size:11px !important;
    }


    th.eventListTableHighlight {
        background: white;
        font-size:11px !important;
        font-family: Verdana !important;
        color:#004D9F !important;
        font-weight: bold;
        padding-left:12px;
        padding-right:12px;
    }      
    th.eventListTable {
        background: white;
        font-size:11px !important;
        font-family: Verdana !important;
        color:#004D9F !important;
        font-weight: bold;
        padding-left:12px;
        padding-right:12px;
        padding-bottom:12px;
        padding-top:12px;
        border-bottom: 1px solid #dddddd;
        border-left: 1px solid #dddddd;
    }	

