/*

Title: Sebastian Körber - MdB
Author: Tobias Grabmeier for bitblues webagentuer GbR

(C) 2009

*/

/* Setup */

a:link, a:visited {
	color: #91a3b1;
	text-decoration: none;
}

a:hover, a:active {
	
	color: #91a3b1;
	text-decoration: underline;	
	
}

/* Header */

#header {
	
	background-image:url("../images/header.jpg") ;
	background-position: center top;
	background-repeat: no-repeat;
	background-color: #fbfbfb;
	height: 439px;
	border-bottom: 1px solid #d1d1d1;
	
}

#headline_newsletter {
	
	background-image:url("../images/logo.png");
	background-position: right 25px;
	background-repeat: no-repeat;
	height: 100px;
	width: 100%;
}


#headline {
	
	background-image:url("../images/logo.png");
	background-position: 0px 25px;
	background-repeat: no-repeat;
	height: 130px;
	width: 400px;
}



#menu {
	
	margin-top: 30px;
	margin-left: auto;
	margin-right: auto;
	height: 20px;

}

.welcome {
	
	height: 170px;

}

.header_box {
	
	position: relative;
	height: 90px;
	padding: 10px;
}

.header_box h3 {
	
	margin-bottom: 0.5em;
	
}

.header_box p {
	
	line-height: 1.5em;
}

.header_box_more {
	
	position: absolute;
	bottom: 8px;
	right: 8px;
	height: 20px;
	background-image: url("../images/button.png");
	background-repeat: no-repeat;
	background-position: right;
	padding-right: 25px;
	font-family: "Lucida Grande", Helvetica, Verdana, Arial;
	font-weight: bold;
	font-size: 0.8em;
	line-height: 20px;
	color: #545454;
}


/* Inhalt */

#content {
	
	margin-top: 30px;
}


/* Sidebar */

.sidebar_box_odd, .sidebar_box_even {
	
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-top: 0px;
	color: #FFFFFF;
	margin-bottom: 20px;
		
}

.sidebar_box_odd a:link, .sidebar_box_even a:link, .sidebar_box_odd a:visited, .sidebar_box_even a:visited {
	
	color:  #FFFFFF;
	text-decoration: underline;
}

.sidebar_box_odd a:hover, .sidebar_box_even a:hover, .sidebar_box_odd a:active, .sidebar_box_even a:active {
	
	color:  #FFFFFF;
	text-decoration: none;
}

.sidebar_box_odd {

	background-color: #91a3b1;
	
}

.sidebar_box_even {
	
	background-color: #545454;
}

.sidebar_box_headline_odd, .sidebar_box_headline_even {
	
	height: 45px;
	color: #FFFFFF;
	font-weight: bold;
	font-style: italic;
	font-size: 1.5em;
	padding-left: 20px;
	padding-top: 5px;
}

.sidebar_box_headline_odd {
	
	background-image: url("../images/sidebar_blue_top.png");
}

.sidebar_box_headline_even {
	
	background-image: url("../images/sidebar_grey_top.png");
}

/*Twitter */

#twitter {
	
	background-image:url("../images/siderbar_twitter_bottom.png");
	background-position: 0px bottom;
	background-repeat: no-repeat;
	
}

.twitter-entry {
	
	font-size: 1.3em;
	font-style: italic;
	margin-bottom: 20px;
	text-align: center;	
	
}

.twitter-date {
	
	font-size: 0.9em;
	text-align: right;
	
}

/* Meine Frage */

#meinefrage input, textarea {

background-color: transparent;
border: 3px solid #FFFFFF;	
color:#FFFFFF;
font-family:Georgia;
font-size:0.9em;
height:1.1em;
margin-bottom:10px;
padding: 4px;
width:326px;

}

#meinefrage textarea {
	
	font-size: 1.1em;
	height: 60px;
	font-style:italic;
}

#meinefrage input.csc-mailform-submit {
	
	font-size:1.1em;
	font-weight:bold;
	height:30px;
	margin-left:260px;
	padding:0 0 3px;
	width:80px;
	
}

/* Körber 20 */

#icon_twitter  {
	
	width: 44px;
	height: 44px;
	margin-right: 15px;
	margin-bottom: 10px;
	background-image: url("../images/socialicons/icons.png");
	background-position: 0px 0px;
	background-repeat: no-repeat;
	float: left;
	
}

#icon_twitter:hover  {
	
	background-position: 0px -44px;
	
}

#icon_facebook  {
	
	width: 44px;
	height: 44px;
	margin-right: 15px;
	margin-bottom: 10px;
	background-image: url("../images/socialicons/icons.png");
	background-position: -44px 0px;
	background-repeat: no-repeat;
	float: left;
	
}

#icon_facebook:hover  {
	
	background-image: url("../images/socialicons/icons.png");
	background-position: -44px -44px;
	
}

#icon_xing  {
	
	width: 44px;
	height: 44px;
	margin-right: 15px;
	margin-bottom: 10px;
	background-image: url("../images/socialicons/icons.png");
	background-position: -88px 0px;
	background-repeat: no-repeat;
	float: left;
	
}

#icon_xing:hover  {
	
	background-image: url("../images/socialicons/icons.png");
	background-position: -88px -44px;	
}

#icon_studivz  {
	
	width: 44px;
	height: 44px;
	margin-right: 15px;
	margin-bottom: 10px;
	background-image: url("../images/socialicons/icons.png");
	background-repeat: no-repeat;
	background-position: -132px 0px;
	float:  left;
	
}

#icon_studivz:hover  {
	
	background-image: url("../images/socialicons/icons.png");
	background-position: -132px -44px;
		
}

#icon_flickr  {
	
	width: 44px;
	height: 44px;
	margin-right: 15px;
	margin-bottom: 10px;
	background-image: url("../images/socialicons/icons.png");
	background-position: -176px 0px;
	background-repeat: no-repeat;
	float: left;
	
}

#icon_flickr:hover  {
	
	background-image: url("../images/socialicons/icons.png");
	background-position: -176px -44px;
	
}

#icon_youtube  {
	
	width: 44px;
	height: 44px;
	margin-right: 0px;
	margin-bottom: 10px;
	background-image: url("../images/socialicons/icons.png");
	background-position: -220px 0px;
	background-repeat: no-repeat;
	float: left;
	
}

#icon_youtube:hover  {
	
	background-image: url("../images/socialicons/icons.png");
	background-position: -220px -44px;
		
}

#icon_clear {
	
	clear: both;
}

/* Footer */

#impressum {
	
	text-align: center;
	font-size: 0.9em;
	margin-top: 40px;
	margin-bottom: 40px;
	
}

/* Kalender */

/*===Extensions===*/

.tx-cal-controller {
	
	font-size: 1.0em;
}

.cal-list-item {

  margin-bottom:20px;
  
}

.cal-info {


  margin-bottom: 3px;
  font-size: 0.9em;

  /*background-color: #ffffff;*/
}

.cal-date {
       /*width: 500px;*/
  background-image:url(../images/icons/calendar_day.gif);
  background-position:left 3px;
  background-repeat:no-repeat;
  padding-left: 14px;
  padding-right: 2px;
  padding-top: 2px;
  padding-bottom: 2px;
  clear:both;
}

.cal-category {
	
	background-image:url(../images/icons/calendar.gif);
	background-position:left 3px;
	background-repeat:no-repeat;
	padding-left: 14px;
    padding-right: 2px;
    padding-top: 2px;
    padding-bottom: 2px;
    clear:both;	

}

.cal-organisator {
	
	background-image:url(../images/icons/person.gif);
	background-position:left 3px;
	background-repeat:no-repeat;
	padding-left: 14px;
    padding-right: 2px;
    padding-top: 2px;
    padding-bottom: 2px;    
    clear:both;	

}

.cal-location {
	
	background-image:url(../images/icons/home.gif);
	background-position:left 3px;
	background-repeat:no-repeat;
	padding-left: 14px;
    padding-right: 2px;
  padding-top: 2px;
  padding-bottom: 2px;

    clear:both;	

}

 div.callistclearer {

  margin-bottom: 20px;
  margin-top: 20px;
  border-bottom: 1px dotted #CCCCCC;
  clear:both;
}

#calendar-event-backlink {
	
	text-align: right;
}

#termine .cal-date {
	
	color: #FFFFFF;
	padding-top: 0;
	font-size: 0.9em;
	
}

#termine .cal-event {
	
	margin-bottom: 5px;
	
}

#termine .callistclearer {
	
	margin-top: 10px;
	margin-bottom: 10px;
	background-color: #FFFFFF;
}

.alldates {
	
	font-size: 0.9em;
	text-align: right;
	
}

.pageBrowser {
	
	text-align: center;
}

#content p {
	font-size: 1.12em;
}