/*
  $Log: screen.css,v $
  Revision 1.5  2010/06/03 18:18:11  jja
  add foerderverein pics

  Revision 1.4  2007/02/24 11:31:33  jja
  new logo

  Revision 1.3  2006/12/03 17:54:41  jja
  remove title from public view

  Revision 1.2  2006/11/16 20:29:41  jja
  IE check

  Revision 1.1  2006/11/12 18:10:44  jja
  Initial

  copyright 2006 J.Janus
*/

/*  colors
	black = #000000
	withe = #FFFFFF
	grey = #656862
	grey = #D1D2D3 (background)
	blue = #36559F
 */
body {
	background-color: #FFFFFF;
	color: #000000;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	margin: 0;
	padding: 0;
    text-align: center; /* IE workaround */
}

/* div */
div#website {
    height: auto;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    width: 985px;
}

/* place the logo here to hide it from the webpage source */
div#top {
    background-image: url(../resources/pics/1logo.png);
    background-position: 695px 163px;
    background-repeat: no-repeat;
    height: 200px;
}

div#center {
    height: auto;
    margin-left: 140px;
    margin-right: 140px;
}

div#menu {
	margin-top: 25px;
	text-align: left;
	text-transform: lowercase;
}

div#menu a#currentMenu {
    color: #36559F;
}

div#menu_main {
	font-size: 16px;
	font-weight: bolder;
}

div#menu_main a {
    color: #000000;
	padding-right: 25px;
}

div#menu_sub {
	font-size: 11px;
	font-weight: bold;
}

div#menu_sub a {
    color: #656862;
    padding-right: 15px;
}

div#message {
	padding-bottom: 10px;
	padding-top: 20px;
	text-align: left;
}

div#message p#error {
    background-color: red;
    color: #FFFFFF;
	padding: 0.2em;
	padding-left: 0.5em;
}

div#content {
	text-align: left;
}

div#content a {
    color: #36559F;
    text-transform: none;
}

div#content p#curtitle {
    color: #36559F;
    font-size: 20px;
    padding-top: 0.5em;
    padding-bottom: 0.5em;
    text-transform: lowercase;
}

div#content span#curtitle a {
    color: #36559F;
    text-transform: lowercase;
}

div#content p#curtitleWithoutBorder {
    color: #36559F;
    font-size: 20px;
    padding-top: 0;
    padding-bottom: 0.5em;
    text-transform: lowercase;
}

div#content p#subtitle {
	color: #36559F;
    font-weight: bold;
    text-transform: lowercase;
}

div#content p#subtitle a {
	color: #36559F;
    font-weight: bold;
    text-transform: lowercase;
}

div#content p#subtitlenorm {
	color: #36559F;
    font-weight: bolder;
    text-transform: none;
}

div#content p#fcurmonth {
    color: #36559F;
    font-size: 36px;
    padding-bottom: 0.5em;
    text-transform: lowercase;
}

div#content p#fcurmonth a {
    color: #36559F;
    text-transform: lowercase;
}

div#content p#curmonth {
    color: #36559F;
    font-size: 36px;
    padding-top: 20px;
    padding-bottom: 0.5em;
    text-transform: lowercase;
}

div#content p#curmonth a {
    color: #36559F;
    text-transform: lowercase;
}

div#content span#premiere {
	padding-left: 2em;
	color: red;
}

div#content span#subtitle {
	color: #36559F;
    font-weight: bold;
    text-transform: lowercase;
}

div#content p#content {
    padding-bottom: 1em;
}

div#content p#ProgGastspiel {
    padding-bottom: 0.5em;
    padding-top: 0.5em;
}

div#content p#ProgTitel {
	font-weight: bold;
    font-size: 16px;
	text-transform: uppercase;
}

div#content p#ProgTitel a {
	color: #000000;
	text-transform: uppercase;
}

div#content p#gbname {
	color: #36559F;
	font-weight: bold;
    font-size: 16px;
	padding-bottom: 0.5em;
    text-transform: none;
}

div#content p#gbtitle {
	color: #656862;
	font-weight: bold;
    font-size: 16px;
	padding-bottom: 0.4em;
    text-transform: none;
}

div#content p#gbcontent {
	padding-bottom: 1em;
}

div#content span#group {
    padding-left: 1em;
    text-transform: lowercase;
}

div#content span#group a {
    padding-left: 1em;
    text-transform: lowercase;
}

div#content span#groupright {
	color: #36559F;
    text-transform: lowercase;
}

div#content span#newentry a {
	color: #656862;
}

div#impressum p#subtitle {
	padding-top: 1em;
    padding-bottom: 0.5em;
}

div#LeftColumn {
	margin-right: 535px;
}

div#LeftColumn p {
    font-weight: normal;
	padding-bottom: 0.5em;
	text-transform: lowercase;
}

div#LeftColumn a {
	color: #656862;
	text-transform: lowercase;
}

div#LeftColumn p#subtitle a {
	color: #36559F;
}

div#RightColumn {
	float: right;
	width: 525px;
}

div#SchauLeftColumn {
	margin-right: 12%;
	font-weight: bold;
    font-size: 16px;
	padding-bottom: 0.5em;
	text-transform: uppercase;
}

div#SchauLeftColumn a {
	color: #000000;
	text-transform: uppercase;
}

div#SchauRightColumn {
	float: right;
	font-weight: bold;
	width: 10%;
}

div#Besonderes {
	border-style: none;
	border-width: 1px;
	border-color: #36559F;
	height: 50px;
	left: 0px;
	padding: 5px;
	position: absolute;
	top: 160px;
	width: 500px;
	z-index: 7;
}

/* anchor */
a {
    text-decoration: none;
}

/* image */
img {
	border: 0;
	padding: 0;
	vertical-align: middle;
}

/* input */
form td {
	padding-bottom: 1px;
	vertical-align: top;
}

input, textarea, select {
	background-color: transparent;
	border-color: #656862;
	border-style: solid;
	border-width: 1px;
	color: #000000;
	height: inherit;
	font-size: inherit;
	font-family: inherit; 
	padding: 1px;
}

input:focus, textarea:focus, select:focus {
	background-color: transparent;
	border-color: #36559F;
}

input#button {
	color: #36559F;
	width: 100px;
}

form#publicform input#publicform, textarea#publicform {
	background-color: #D1D2D3;
	border-width: 0;
	color: #000000;
	height: inherit;
	font-size: inherit;
	font-family: inherit; 
	padding: 5px;
}

form#publicform input#publicform:focus, textarea#publicform:focus {
	background-color: #D1D2D3;
	border-width: 0;
}

form#publicform input#publicbutton {
	background-color: transparent;
	border-width: 0;
	color: #656862;
	font-weight: bold;
	height: 20px;
	margin: 0;
    text-align: left;
    vertical-align: middle;
	width: 220px;
}

/* p */
p {
	margin: 0;
}

/* table */
table {
	border: 0;
	border-spacing: 0;
}

table#picture {
	table-layout: fixed;
	padding-bottom: 1em;
}

table#picture2 {
	table-layout: fixed;
}

table#thumbs {
	padding-top: 15px;
}

table#thumbs td {
	padding-bottom: 20px;
	padding-right: 20px;
}

table#programm {
	table-layout: fixed;
	background-color: #D1D2D3;
	width: 100%;
}

table#programm td {
	border-bottom: 10px solid #FFFFFF;
	padding-bottom: 20px;
	padding-left: 20px;
	padding-right: 25px;
	padding-top: 20px;
}

table#programm td#links {
	color: #36559F;
	font-size: 36px;
	padding-bottom: 0;
	padding-right: 0;
	padding-top: 10px;
	width: 77px;
}
table#programm td#links2 {
	border-right: 2px solid #FFFFFF;
	color: #36559F;
	font-size: 11px;
	padding-bottom: 0;
	padding-left: 0;
	padding-right: 0;
	padding-top: 17px;
	text-transform: lowercase;
	width: 40px;
}

td {
	font-size: 11px; /* IE workaround */
	padding: 0;
	vertical-align: top;
}

td#required {
	color: #36559F;
}

td#spaceleft {
	padding-left: 1em;
}

th {
	font-size: 11px; /* IE workaround */
}
