/*******************************************************************************

	Project		:	altes-gemeindehaus.de
	Copyright	:	Design - Manuel Schiegl - m2project.de

*******************************************************************************/

/* ### HTML ###################################################################### */
html  { }

/* ### BODY ###################################################################### */
body     { font-size: small; font-family: Arial; background-image: url("bg-pattern.gif"); background-repeat: repeat-x; margin: 0 }
/*******************************************************************************/
#website    { background-image: url("content-pattern.png"); background-repeat: repeat-y; width: 1024px; }

/* ### Header ###################################################################### */
#header    { margin-bottom: 4px; width: 1000px; height: 119px }
/* ### Site Content ###################################################################### */
#site-content  { background-image: url("bg-content.gif"); background-repeat: repeat; width: 1000px; padding-top:10px; padding-bottom:50px; }

#site-content-left      { width: 165px; float: left; margin-left:169px; text-align:left; }
#site-content-left h1 { color:#999999; font-size:1.1em; font-weight:bold; line-height:1.6em; }
#site-content-left h2 { color:#999999; font-size:0.9em; font-weight:bold; line-height:1.6em;  }
#site-content-left p { color:#999999; font-size:0.7em; line-height:1.5em; }
#site-content-left a,
#site-content-left a:link { color:#ef7f01; text-decoration:underline; }
#site-content-left a:hover { color:#ef7f01; text-decoration:none; }


#site-content-right       { width: 450px; float: right; text-align:left; padding-right:150px; }
#site-content-right h1 { color:#666666; font-size:1.5em; font-weight:bold; line-height:1.8em; }
#site-content-right p { color:#666666; font-size:0.9em; line-height:1.7em; }
#site-content-right li { color:#666666; font-size:0.9em; line-height:1.7em; list-style:square; }
#site-content-right a,
#site-content-right a:link { color:#ef7f01; text-decoration:underline; }
#site-content-right a:hover { color:#ef7f01; text-decoration:none; }

img {
      	float:left;
      	padding:0px 10px 5px 0px;
      	border:none
		
		}

/* ### Footer ###################################################################### */

#footer       { font-size: x-small; background-image: url("bottom-pattern.png"); background-repeat: no-repeat; background-position: 0 0; padding-top: 40px; padding-bottom: 20px; position: relative; top: 0; width: 1024px; color:#999999; }
#footer a,
#footer a:link {
	color:#ef7f01;
	text-decoration: underline;
}

#footer a:hover {
	color:#ef7f01;
	text-decoration: none;
}
.clear {
	clear:both;
}


/* ### Pinnwand ###################################################################### */

form {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	display:block;
	/*background-color:#CCCCCC;*/
	height:100%;
}

#formcss {
border-bottom-style:none;
border:0px;
background-color:#FFFFFF;
margin:0px;

}

textarea {
	/*background-color: #EEEEEE;*/
	border: solid 2px #EEEEEE;
	font-size: small; font-family: Arial;
	color:#666666;
	padding:1px;
}

input {
	border: solid 2px #FFFFFF;
	font-size: small; font-family: Arial;
	font-weight:bold;
	font-size:smaller;
	color:#666666;
	padding:1px;
}



#pinnwand{
	border: solid 0px #000000;
	padding: 0px;
	/*position: relative;
	overflow: auto;
	height: 400px;*/
	width: 600px;
}
.pinnwandeintrag, .pinnwandneuereintrag{
	border: solid 5px #FFFFFF;
	margin: 5px;
	float: left;
	position: relative;
	overflow: auto;
	font-size: small;
	
	width: 13em;
	height: 12em;
}
.pinnwandneuereintrag{
	width: 13em;
	height: 12em;
}
.pinnwandneuereintrag textarea{
	margin-top: 5px;
	width: 90%;
}
.pinnwandneuereintrag input{
	margin-top: 5px;
	width: 90%;
}
.pinnwandeintrag p{
	margin: 5px;
}
.pinnwandadmin{
	font-size: 10px;
	position: absolute;
	bottom: 2px;
	right: 2px;
}
.pinnwand_human{
	background-color: #FFFFFF;
	width: 70%;
	margin-left: 15%;
	padding: 5px;
	border: 1px solid #000000;
}
.pinnwand_human_error{
	font-weight: bold;
	color: #f59e3d;
}
.pinnwanddate{
	font-size: 0.8em;
	position: relative;
	float:right;
	color:#ef7f01;
	font-style:italic;
	bottom: 0px;
	left: 0px;
	background-color: #FFFFFF;
	padding:4px 4px 4px 8px;
}
.pinnwanderror{
	display: block;
	background-color: #f59e3d;
	color: #ffffff;
	border: solid 4px #FFFFFF;
	margin: 5px;
	padding: 3px;
}

.veranstaltungskalender {
	border: solid 5px #FFFFFF;
	margin: 0px;
	float: left;
	padding-left:5px;
	position: relative;
	overflow: auto;
	font-size: small;
	width: 180px;
}

.veranstaltungsdetails {
	border: solid 0px #FFFFFF;
	margin-left:10px;
	float: right;
	position: relative;
	overflow: auto;
	font-size: small;
	width:240px;

}


/*.eventform fieldset
{   background-color:#FFFFFF;
   padding:0px;
   margin:0px;
}
.eventform select
{   vertical-align:middle;
}
.eventform input
{   vertical-align:middle;
}
.eventform h3
{   margin-top:2px !important;
}


.eventlist
{   border:1px solid #90B0BF;
   width:100%;
   border-collapse:collapse;
   margin:2px 0 2px 0;
}
.eventlist th
{   text-align:center;
   border:1px solid #90B0BF;
}
.eventlist td
{   border-collapse:collapse;
   border:1px solid #90B0BF;
   padding:4px !important;
}*/
