/* -------------------------------------------------------------- 
  
   Boilerplate Screen Styles
   * Version:   0.5 (2007-11-19)
   
-------------------------------------------------------------- */

@import "lib/reset.css";
@import "lib/typography.css";
@import "lib/plugins/tabs.css";


/* Page
-------------------------------------------------------------- */

body {
  background: white url(../img/bg2012.png) no-repeat;
}
#page {
  position: relative;
  margin: 0 30px;
  width: 630px;
}


/* Header
-------------------------------------------------------------- */

#header {
  position: absolute;
  top: 20px;
  right: 0;
}

#header h1 img {
  background: url(/fileadmin/templates/img/tanzt2012.png) no-repeat;
}

/* Menu
-------------------------------------------------------------- */

#menu {
  float: left;
  width: 165px;
  padding-top: 20px;
  background: white;
  text-align: right;
}
#menu ul {
  list-style-type: none;
}
#menu li {
  padding: 0 0 3px 0;
}


/* Body
-------------------------------------------------------------- */

#main { padding-top: 150px; }

#content {
  float: right;
  width: 425px;
  padding: 20px 35px 10px 5px;
  background: white;
}

#content form ul {
	width: 480px;
}

td p, td .bodytext {
	margin: 0;
	padding: 0;
	line-height: 130%;
	font-size: 90%;
}

h6 {
	line-height: 130%;
	font-size: 90%;
	font-weight: normal;
	margin-bottom: 10px;
}

.errorfield {
	/*border: thin solid #D94800 !important;*/
	border-color: #D94800 !important;
	background-color: #FFDFDF !important;
}

.laender img {
	cursor: pointer;
}

#fancy_title {
	display: none;
}

/* Footer
-------------------------------------------------------------- */
#footer {
  float: right;
  width: 450px;
  padding: 0px 10px;
  border-top: 3px solid #eee;
}

#footer .tabs { width: 425px; }
#footer .tabs a { padding: 10px 30px 10px 0; color: #666; text-decoration: none; }

#footer p.quiet { color: #ccc; }
#footer p.quiet a { color: #ccc; }
