/* divs */

.werbung {
	position: absolute;
	top: 230px;
	left: 850px;
}

.main {
	position: absolute;
	top: 200px;
	left: 200px;
	width:500px;
	font-family: verdana, sans-serif, arial, helvetica;
	font-size: 11px;
	line-height: 14px;
}

.main_big {
	position: absolute;
	top: 300px;
	left: 100px;
	width:720px;
	font-family: verdana, sans-serif, arial, helvetica;
	font-size: 11px;
	line-height: 14px;
}

.main_admin {
	position: absolute;
	top: 200px;
	left: 10px;
	width:900px;
	font-family: verdana, sans-serif, arial, helvetica;
	font-size: 11px;
	line-height: 14px;
}

.selectcss {
	margin-left: 45px;
	font-size: 11px;
	color: #ccc;
	font-family: arial, helvetica;
	font-weight: bold;
	position: absolute;
	top: 0px;
	left: 100px;
}

.selectcss a:link {
	color: #cccccc;
	text-decoration: none;
}

.selectcss a:visited {
	color: #cccccc;
	text-decoration: none;
}

.selectcss a:hover {
	color: #000000;
	text-decoration: none;
}

.selectcss a:active {
	color: #cccccc;
	text-decoration: none;
}

li {
	list-style-image: url('../img/li.gif');
	padding-right: 100px
}

.head {
	text-align: left;
	padding-left: 5px;
	position: absolute;
	top: 110px;
	left: 150px;
}

.navi {
	text-align: left;
	margin-left: 40px;
	font-family: arial, helvetica;
	font-size: 12px;
	font-weight: bold;
	line-height: 16px;
	padding: 2px;
	margin-top: 80px;
	position: absolute;
	top: 10px;
	left: 200px;
}

.navi a:link {
	color: #000000;
	text-decoration: none;
	padding: 2px;
}

.navi a:visited {
	color: #000000;
	text-decoration: none;
	padding: 2px;
}

.navi a:hover {
	color: #cc0000;
	text-decoration: none;
	padding: 2px;
}

.navi a:active {
	color: #000000;
	text-decoration: none;
	padding: 2px;
}

#dropmenudiv {
	position: absolute;
	border: 1px solid black;
	font-family: arial, helvetica;
	font-size: 11px;
	padding: 4px;
	z-index: 100;
}

#dropmenudiv a:link {
	color: #000000;
	text-decoration: none;
}

#dropmenudiv a:visited {
	color: #000000;
	text-decoration: none;
}

#dropmenudiv a:hover {
	color: #cc0000;
	text-decoration: underline;
}

#dropmenudiv a:active {
	color: #cc0000;
	text-decoration: none;
}



.ueberschrift {
	padding-bottom: 2px;
	padding-top: 4px;
	font-size: 12px;
	font-family: arial, helvetica, verdana, sans-serif;
	font-weight: bold;
}

.cms_ueberschrift {
	font-size: 12px;
	font-family: arial, helvetica, verdana, sans-serif;
	font-weight: bold;
}

.standard {
	font-family: verdana, sans-serif, arial, helvetica;
	font-size: 11px;
	line-height: 14px;
}

.foot {
	margin-left: 25px;
	font-family: verdana, sans-serif, arial, helvetica;
	font-size: 11px;
	line-height: 14px;
	width: 400px;
}

.monat {
	font-family: arial, helvetica, verdana, sans-serif;
	font-weight: bold;
	padding-top: 12px;
}

/* rigister form */
.text {
	font-family: verdana;
	font-size: 11px;
	border: 1px solid #999;
	padding-left: 3px;
}

.check {
	font-family: verdana;
	font-size: 11px;
	padding-left: 3px;
}

.button {
	font-family: verdana;
	font-size: 11px;
	border: 1px solid #999;
	margin: 8px 8px 0 0;
	cursor: hand;
}

/* table style semesterprogramm */
#semester {
	margin-bottom: 35px;
}

#semester td {
	padding-bottom: 0px;
}

/*******popup***********/
.main_popup {
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 10px;
	margin-bottom: 5px;
	font-family: verdana, sans-serif, arial, helvetica;
	font-size: 11px;
	line-height: 14px;
}

/******* gallery *******/
#wrap {
	width: 600px;
	padding-top: 20px;
	margin: 0 20px;
}

#gallerySelect {
	width: 120px;
}

#controls {
	margin: 0 auto 10px auto;
}

#galleries {
	margin: 0 auto 20px auto;
}

#galleries label {
	padding-bottom: 2px;
}

#transport {
	margin: 0;
	padding: 0;
	list-style: none;
}

#transport li {
	float: left;
	margin: 0;
	padding: 0;
	text-align: center;
}

#transport a {
	text-decoration: none;
	text-transform: uppercase;
	font-size: 85%;
	font-weight: bold;
	letter-spacing: 0.1em;
	margin: 0 1px 0 0;
	padding: 4px 8px;
	width: 64px;
	float: left;
	display: block;
	-moz-user-select: none;
	-khtml-user-select: none;
}

#transport a:link {
	background: #666 url('../img/bg_grad_gray1.gif') repeat-x;
	color: #fff;
	border-top: solid 1px #999;
	border-right: solid 1px #404040;
	border-bottom: solid 1px #3a3a3a;
	border-left: solid 1px #404040;
}

#transport a:visited {
	background: #666 url('../img/bg_grad_gray1.gif') repeat-x;
	color: #fff;
	border-top: solid 1px #999;
	border-right: solid 1px #404040;
	border-bottom: solid 1px #3a3a3a;
	border-left: solid 1px #404040;
}

#transport a:hover {
	background: #666 url('../img/bg_grad_gray2.gif') repeat-x;
	color: #000;
}

#transport a:focus {
	-moz-user-select: none;
	-khtml-user-select: none;
}

#previews {
	padding: 0px 10px 20px 10px;
	margin-bottom: 5px;
	width: 400px;
	float: left;
	margin-right: 10px;
}

#thumbnails {
	clear: both;
	margin: 10px auto;
}

#thumbnails div {
	position: relative;
	width: 24px;
	height: 24px;
	float: left;
	margin: 8px;
	padding: 0;
	float: left;
}

#thumbnails img {
	width: 24px;
	height: 24px;
	position: absolute;
	border-top: solid 1px #999;
	border-right: solid 1px #404040;
	border-bottom: solid 1px #333;
	border-left: solid 1px #404040;
}

#picture {
	padding: 0px;
	width: 400px;
	float: left;
}

#mainImageOutline {
	margin: 0 auto;
	padding: 0;
	background-color: #eee;
	border-top: solid 1px #999;
	border-right: solid 1px #404040;
	border-bottom: solid 1px #333;
	border-left: solid 1px #404040;
	padding: 1em;
	overflow: hidden;
}

#picture img {
	border: 1px solid #999;
}

.selectedThumbnail {
	border: solid 2px #fc0 !important;
}

.inFocus {
	border: solid 1px #fc0 !important;
}

/** newsletter **/
.maintable {
	border: 0px;
	padding: 0px;
}  /*main table for forum*/
.regrow {
	font-family: Verdana, Sans-serif;
	color: #000000;
	font-weight: bold;
	font-size: 12px;
}  /*registration row, mainly here for symetry*/
.headline {
	font-family: Verdana, Sans-serif;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #DD5757;
	font-size: 11px;
}

	/*headline row, the first row that says forum name, topics, posts and such*/
.mainrow a:link,a:visited,a:active {
	text-decoration: none;
}

.mainrow {
	font-family: Verdana, Sans-serif;
	background-color: #F2F2F2;;
	font-size: 12px;
	a: link, a : visited, a : active {   text-decoration :   none
}

} /*color of the forum rows*/
.maintables {
	background-color: #FFFFFF;
	padding: 0px;
	border: 1px solid;
	cellspacing: no
}  /*main table for forum*/


/******** addressbook *****************/
.row0 {
	background-color: #f4f4f4;
}

.row1 {
	background-color: #eaeaea;
}

.topline {
	text-align: left;
	vertical-align: top;
	/**white-space: nowrap;**/
	border-top: 1px dashed #aaaaaa;
}

.addressbook {
	font-family: verdana, sans-serif, arial, helvetica;
	font-size: 11px;
	text-align: center;
}

.addressbook table{

}

.addressbook td{
	font-family: verdana, sans-serif, arial, helvetica;
	font-size: 10px;
	padding: 1px 4px 1px 4px;
	margin: 20px;
}

.addressbook td#header{
	font-family: verdana, sans-serif, arial, helvetica;
	background-color: #C0C0C0;
	font-weight: bold;
	font-size: 13px;
	margin: 20px;
}

.addressbook td#caption{
	font-family: verdana, sans-serif, arial, helvetica;
	background-color: #DD5757;
	font-weight: bold;
	font-size: 14px;
	margin: 20px;
}

.addressbook a:link, a:visited, a:active {
      color: #aa4444;
      text-decoration: none;
  }
.addressbook  a:hover {
      color: #dd4444;
      text-decoration: underline;
  }

.secTitle{
	text-align: left;
	color: #004080;
	padding: 3px;
	font-weight: bold;
	font-family: Verdana;
}


/** addressbook calender popup ***/


.cal {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	text-decoration: none;
	border: 1px solid #CCCCCC;
	text-align: center;
}
.calHead {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #333;
	background-color: #a4d1ff;
	text-decoration: none;
	border: 1px solid #CCCCCC;
	text-align: center;
	padding: 5px;
}
.calToday {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000;
	text-decoration: none;
	border: 1px solid #FF0000;
	text-align: center;
}
.calBig {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	background-color: #fff;
	text-decoration: none;
	border: 1px solid #CCCCCC;
	text-align: right;
	vertical-align: top;
}

.CalTitle {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000;
	text-decoration: none;
	margin: 0px;
	padding: 12px;
	background-color: #FFBC79;
}

/*** odig picture gallery *****/

.error {font-family: Verdana, Arial, Tahoma, Sans-Sarif;
			  font-size: 12px;
        font-weight: bold;
			  color: #FF0000;
			  text-decoration: none;}             
              
          
.galleryTable { BORDER: #000000 1px solid;
		BORDER-TOP: #000000 1px solid;
		BORDER-BOTTOM: #000000 1px solid;
			   BORDER-LEFT: #000000 1px solid;
			   BORDER-RIGHT: #000000 1px solid;}          
               

hr {
  border: 0; 
  color: #000000; 
  background-color: #000000; 
  height: 1px;
}

.hr_dashed {
  border-bottom: 1px dashed #000000;
  padding-top: 2px;
  padding-bottom: 3px;
  padding-left: 8px;
}

