/*
# TSC Marburg e.V. #
# screen.css       #
# 04.02.2008       #
# Helge Jubitz     #
*/
/* Seiten Design-Elemente */
* {
	padding: 0;
	margin: 0;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: black;
	text-align: center; /* für IE Zentrierung */
}
p {
   margin: 0;
   padding: 0;
}
h2.heading {
	color: blue;
	font-size: 24px;
	font-weight: bold;	
	font-family: Georgia, sans-serif;
	}
/* Hyperlinks */
a, a:link, a:visited, a:active, a:hover {
	background: transparent;
	text-decoration: underline;
	cursor: pointer;
	font-weight: bold;
}
a:link {
	color: #0000FF;
	text-decoration: none;
}
a:visited {
	color: #0000FF;
	text-decoration: underline;
}
a:hover, a:active {
	color: #999999;
}

/* letzte Änderung */
p.author{
  text-align: right;
	font-size: 11px;
	color: #b5b5b5;	
}
/* Absatzüberschrift */
h3.contentsubhead {
  color: blue;
  font-size: 14px;
  font-weight: bold;
  font-family: Georgia, sans-serif;
  background: url(img/arrowbullet_blue.png) no-repeat;
  padding-left: 19px; /*link text is indented 19px*/
}
.image {
  padding: 0px 3px 3px 0px;
 /* background: url(img/imgshadow.gif) no-repeat bottom center; */
  border-width: 0px;
}
.textimage {
  padding: 5px 5px 50px 5px;
 /* background: url(img/imgshadow.gif) no-repeat bottom center; */
  border-width: 1px;
  border-color: #666666;
  margin: 10px 10px 10px 10px;
}

.ok {
 color:#006600;
 font-weight: bold;
}
.error {
 color:#990000;
 font-weight: bold;
 font-size: 12px;
}

table.beitr {
 empty-cells:hide;
 border-top: 1px solid #303030;
 border-left: 1px solid #303030;
 border-right: 1px solid #808080;
 border-bottom: 1px solid #808080;
 border-collapse:collapse;
  font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
 
 }
th.beitr {
 border: 1px dashed #0000FF;
 background-color: #dadada;
 color: #0000FF; 
 border-collapse:collapse;
 padding: 10px;
}
tr.beitr {
 border: 1px dashed #0000FF;
 border-collapse:collapse;
 font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}
td.beitr {
 padding: 10px;
 border: 1px dashed #0000FF;
 border-collapse:collapse;
 	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}

p.thumb {
float: left;
margin: 20px;
}

.addfoto {
float: right;
padding-right:200px;
padding-top:10px;
}
.addfotoimg {
border: 1px solid blue
}


/* Design Container */
#mantel {
	margin: 0 auto;
	width: 922px;
}
#inhalt {
	margin-bottom: 5px;
	overflow: auto;
	width: 100%
}
#lastedit {
  color:#b5b5b5;
  font-weight:normal;
  font-size:11px; 
  text-align:right;
  padding:5px;
}
#kopfmantel {
	margin: 0 auto;
	width: 922px;
}
#headlinks {
	padding: 15px 7px 7px 7px;
	width: 730px;
	height: 50px;
	float: left;
	text-align: left;
}
#headrechts {
	padding: 7px;
	float: right;
	width: 90px;
	height: 50px;
	text-align: right;
}
#mainmenue {
	color: #000000;
	padding: 0px;
	margin: 0px 0px 5px 0px;
}
#links {
	display: inline;
	color: black;
	margin: 10px;
	padding: 0px;
	width: 708px;
	float: left;
}
#rechts {
	float: right;
	color: #000000;
	margin: 0px;
	padding: 0px;
	width: 180px;
	display: inline;
	position: relative;
	text-align: left;
}
#fuss {
	text-align: center;
	font-size: 11px;
	width: 902px;
	clear: both;
	color: #b5b5b5;
	margin: 0px 0px 10px 0px;
	padding: 3px;
}
.clear {
	clear: both;
	background: none;
}

/* horizontale Navigation */
.navi {
	margin: 0;
	padding: 0;
	float: left;
	font: bold 12px Arial;
	width: 100%;
	border: 1px solid white;
	border-width: 1px 0;
	background: black url(img/menue.gif) center center repeat-x;
}
.navi li {
	display: inline;
}
.navi li a {
	float: left;
	color: white;
	padding: 5px 8px;
	text-decoration: none;
	border-right: 1px dashed white;
}
.navi li a:visited {
	color: white;
}
.navi li a:hover, .navi li .current {
	color: white;
	background: transparent url(img/menueactive.gif) center center repeat-x;
}

/* vertikale Navi */

.arrowlistmenu{
width: 155px; /*width of menu*/
}

.arrowlistmenu .headerbar{
font: bold 12px Arial;
color: white;
background: black url(img/titlebar.png) repeat-x center left;
margin-bottom: 10px; /*bottom spacing between header and rest of content*/
/*text-transform: uppercase;*/
padding: 4px 0 4px 10px; /*header text is indented 10px*/
}

.arrowlistmenu ul{
list-style-type: none;
margin: 0;
padding: 0;
margin-bottom: 8px; /*bottom spacing between each UL and rest of content*/
}

.arrowlistmenu ul li{
padding-bottom: 2px; /*bottom spacing between menu items*/
}

.arrowlistmenu ul li a{
color: #0000FF;
background: url(img/arrowbullet.png) no-repeat center left; /*custom bullet list image*/
display: block;
padding: 2px 0;
padding-left: 19px; /*link text is indented 19px*/
text-decoration: none;
font-weight: bold;
border-bottom: 1px solid #dadada;
font-size: 90%;
}

.arrowlistmenu ul li a:visited{
color: #0000FF;
background: url(img/arrowbullet.png) no-repeat center left; /*custom bullet list image*/
}

.arrowlistmenu ul li a:hover{ /*hover state CSS*/
color:#0000FF;
background-color: #F3F3F3;
background: url(img/arrowbullet.png) no-repeat center left; /*custom bullet list image*/
}

.nachrichtenmenu{
width: 300px; /*width of menu*/
}

.nachrichtenmenu .headerbar{
font: bold 12px Arial;
color: white;
background: black url(img/titlebar.png) repeat-x center left;
margin-bottom: 10px; /*bottom spacing between header and rest of content*/
/*text-transform: uppercase;*/
padding: 4px 0 4px 10px; /*header text is indented 10px*/
}

.nachrichtenmenu ul{
list-style-type: none;
margin: 0;
padding: 0;
margin-bottom: 8px; /*bottom spacing between each UL and rest of content*/
}

.nachrichtenmenu ul li{
padding-bottom: 2px; /*bottom spacing between menu items*/
}

.nachrichtenmenu ul li a{
color: #0000FF;
background: url(img/arrowbullet.png) no-repeat center left; /*custom bullet list image*/
display: block;
padding: 2px 0;
padding-left: 19px; /*link text is indented 19px*/
text-decoration: none;
font-weight: bold;
border-bottom: 1px solid #dadada;
font-size: 90%;
}

.nachrichtenmenu ul li a:visited{
color: #0000FF;
}

.nachrichtenmenu ul li a:hover{ /*hover state CSS*/
color:#0000FF;
background-color: #F3F3F3;
}

/* allgemeine Elemente */

h3 {
  color: blue;
  font-size: 14px;
  font-weight: bold;
}

#content {
	padding: 10px 0px 10px 10px;
	text-align: justify;
}
#linksimg {
	padding: 10px;
	float: left;
}
#rechtsimg {
	padding: 10px;
	float: right;
	padding: 10px 33px 10px 33px;
}


/* Featureboxen */


.featurebox .headerbar{
font: bold 12px Arial;
color: white;
background: black url(img/titlebar.png) repeat-x center left;
margin-bottom: 10px; /*bottom spacing between header and rest of content*/
/*text-transform: uppercase;*/
padding: 4px 0 4px 10px; /*header text is indented 10px*/
}

.featurebox {
	color: #000000;
	padding: 10px 15px 15px;
	border-top: 1px solid #d7d7d7;
	margin: 0 0 0.5em;
	background: #f6f6f6 url(img/featurebox_bg.gif) no-repeat 100%  100%
	}
.featurebox p, .featurebox h1, .featurebox h2, .featurebox h3, .featurebox h4, .featurebox h5, .featurebox h6 {
	margin: 0 0 .3em;
	border-bottom: 1px solid #000000;
	color: #000000
}
.featurebox p {
	border: none;
	margin: 0 0 1em;
	color: #000000
}
.featurebox a {
	font-weight: bold
}

/* Adressbox */
.adressbox {
  text-align: left;
	color: #000000;
	padding: 10px 15px 15px;
	border-top: 1px solid #d7d7d7;
	margin: 0 0 0.5em;
	background: #f6f6f6 url(img/featurebox_bg.gif) no-repeat 100% 100%
}
.adressbox p, .adressbox h1, .adressbox h2, .adressbox h3, .adressbox h4, .adressbox h5, .adressbox h6 {
	margin: 0 0 .3em;
	border-bottom: 1px solid #0000CC;
	color: #0000CC
}
.adressbox p {
	border: none;
	margin: 0 0 1em;
	color: #000000
}
.adressbox a {
	font-weight: bold
}


/* Formulare */
.formbutton {
	font-size: 11px;
	width: 120px;
	color: #FFFFFF;
	font-weight: bold;
	background: transparent url(img/menue.gif) center center;
	border-left: 1px solid #FFFFFF;
	border-bottom: 1px solid #000099;
	border-right: 1px solid #000099;
	border-top: 1px solid #FFFFFF;
}
.formfield {
	font-size: 13px;
	color: #0000FF;
	font-weight: bold;
	height: 20px;
	border-left: 1px solid #FFFFFF;
	border-bottom: 1px solid #000099;
	border-right: 1px solid #000099;
	border-top: 1px solid #FFFFFF;
}
.formtext {
  font-size: 13px;
  font-weight: bold;
  width:130px;
  
}
.subnav {
	text-align: left;
	color: #000000;
	padding-bottom: 10px;
}


.polaroid {
     margin: 20px;
     padding:15px 15px 50px 15px;
     border-left:1px solid #C0C0C0;
     border-top:1px solid #C0C0C0;
     border-right:2px solid #707070;
     border-bottom:2px solid #707070;
     background: #F4F4F4;
     text-align:center;
}
.polaroidtext {
    color:#0000FF;
    font-weight:bold;
    font-size:12px;
    position:relative;
    top: -45px;
     text-align:center;
}




