/*--------------------------------------------------------------------------*/
/*--------------------------------------------------------------------------*/
/*------------                                                  ------------*/
/*------------        CSS by Agentur Rohner GmbH, Uznach        ------------*/
/*------------              www.agentur-rohner.ch               ------------*/
/*------------                                                  ------------*/
/*--------------------------------------------------------------------------*/
/*--------------------------------------------------------------------------*/


/*--------------------------------------------------------------------------   ALLGEMEINES   */
html{
	overflow-y:scroll;
}

body{
	font-family: "Lucida Grande", Verdana, Arial, sans-serif;
	font-size:13px;
	color: black;
	background-image: url(../images/hintergrund.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: fixed;
	text-align:center;
}

a:hover{
}

a{
	text-decoration: none;
	color: #e03941;
	cursor: pointer;
}

input:focus,
textarea:focus,
a:focus{
	outline: 0 none; 
}


textarea{
   resize: none;
}

p.error{
	color:#8c1010;
}

#wrapper{
	overflow: auto;
	text-align: left;
	margin: auto;
	/*width: 901px;*/
}

#header{
	background-image: url(../images/hintergrund_01.png);
	background-repeat: no-repeat;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;

}

#container{
	background-image: url(../images/hintergrund_02.png);
	background-repeat: repeat-y;
	overflow: auto;
	/*background-color: rgba(255, 255, 255, 0.7);
	-moz-border-radius: 10px 10px 10px 10px;
    /*-moz-box-shadow: 0 0 5px #CCCCCC;
    border: 1px solid #FFFFFF;
    height: auto !important;
    margin: 0 auto;*/
    padding: 0px 0px 0px 0px;
    position: relative;
}


#left{
	float:left;
	/*width:0;*/
	min-height: 200px;
	right: 0;
	margin: 0;
}

#right {
	margin: 0;
	float: right;
}

#main{
	/*float:left;*/
	width: 540px;
	min-height: 400px;
    margin-left: 0;
    margin-right: 0;
}

.contentWide #main {
	width: 845px;
}
	
#hauptnavi {
	margin: 0px 0px 0px 0px;
	padding: 10px 0px 0px 0px;
	text-align: center;
}
#header .image_container {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 20px;
}
#header .image_container img {
	-webkit-border-radius: 15px;
    -khtml-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
}
#hauptnavi ul.level_1 {
	margin: 20px 0px;
	padding: 0px;
}
#hauptnavi ul.level_1 li {
	display:inline;
	margin: 0px 10px;
	padding: 8px 10px;
	list-style-type:none;
}
#hauptnavi ul.level_1 a {
	color: #000;
	margin: 0px;
	padding: 0px;
	font-weight: bold;
	/*background-color: #039;*/

}
#hauptnavi ul.level_1 li.active, #hauptnavi ul.level_1 li.trail {
	color: #000;
	border: solid 2px #000;
	-webkit-border-radius: 10px;
    -khtml-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
	margin: 0px 10px;
	padding: 4px 8px;
	font-weight: bold;

}
#logo {
	padding: 95px 0px 0px 0px;
	margin: 40px 0px 0px 85px;
	text-align: right;
	height: 64px;
	background-image: url(../images/logo_vogel.png);
	background-repeat: no-repeat;
}
#servicenavi {
	padding: 133px 0px 10px 604px;
	margin: 40px 0px 0px 85px;
	background-image: url(../images/logo_vogel.png);
	background-repeat: no-repeat;
}
#servicenavi a {
	color: #000;
}
#servicenavi ul.level_1 li {
	display:inline;
	margin: 10px;
	padding: 0px;
	list-style-type:none;
}
#servicenavi li span.active {
	color: #E03941;
	font-weight: bold;
}
#servicenavi a.swisstennis span {
	color: #af171a;
	font-weight: bold;
}
#servicenavi a.sportvereint {
	font-weight: bold;
}
#servicenavi a.sportvereint span {
	color: #090;
}
div.mod_randomImage img {
	margin: 0px 0px 10px 0px;
}
span.schrift-schwarz a {
	color: #000;
}

#subnavi ul {
	margin: 0px 20px 0px 10px;
	padding: 0px;
	list-style-type: none;
}

#subnavi ul.level_2 {
	margin: 0;
	display: none;
}

#subnavi li.active ul.level_2,
#subnavi li.trail ul.level_2 {
	display: block;
}

#subnavi li {
	margin: 0px 0px;
	padding: 6px 10px;
}
#subnavi li a {
	margin: 0px 0px;
	padding: 0px;
	color: #000;
}
#subnavi li.active {
	color: #e03941;
	margin: 0px 0px;
	padding: 6px 10px;
	font-weight: bold;
}

#subnavi li.active li {
	font-weight: normal;
}

#subnavi li.active li.active {
	font-weight: bold;
}

#main div.inside {
	padding: 0px 15px 0px 0px;
}
#main a{

}

#main a:hover{
	
}

#main #page_title h1{

}

#main .mod_article ul li{
	margin-left:1.7em;
}

#main .mod_article ol li{
	margin-left:2em;
}

#right img {
	-webkit-border-radius: 15px;
    -khtml-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 0px 0px;

}

h1.ce_headline {
	font-size: 25px;
	font-weight: normal;
	margin-bottom: 20px;
}
h1.ce_headline span.sport {
	font-weight: bold;
	color: #090;
}
h1.ce_headline span.verein {
	font-weight: bold;
}
#main p {
	margin-bottom: 10px;
	margin-right: 20px;
}

#main ul {
	list-style-image: url(../images/Tennis-Ball-icon-1.png);
}
#main li {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;


}

#footer{
	background-image: url(../images/hintergrund_03-footer.png);
	background-repeat: no-repeat;
	background-position: bottom;
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 0px 0px;
}

#footer .inside {
	padding: 20px 20px 10px 155px;
}

#footer p + p {
	margin-top: 10px;
}






/*--------------------------------------------------------------------------   TABELLE   */
td.rand {
	border-left: solid 1px #000000;
	border-right: solid 1px #000000;
	vertical-align: top;
	padding: 5px;
}
td.tabelle {
	vertical-align: top;
	padding: 5px;
}
table.kontakte td {
	vertical-align: top;
	padding: 5px 15px 5px 0px;
}

/*--------------------------------------------------------------------------   VORSTAND   */
#vorstand h2, #sponsor h2 {
	width: 250px;
	font-weight: bold;
	font-size: 13px;
	float: left;
}
#vorstand p, #sponsor p {
	width: 200px;
	float: left;
}
#vorstand div.ce_text, #sponsor.ce_text {
	border-bottom: solid 1px #333;
	margin: 0px 0px 10px 0px;
}

#vorstand img, #sponsor img {
	-webkit-border-radius: 15px;
    -khtml-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
	margin: 0px 0px 7px 0px;
	padding: 0px 0px 0px 0px;
	width: 280px;
	height: 187px;
}
span.size {
	color: #999;
	font-size: 10px;
}
img.mime_icon {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
div.ce_downloads a {
	margin: 0px 0px 5px 0px;
	padding: 0px 0px 0px 0px;
}


/*--------------------------------------------------------------------------   GALERIE   */
div.ce_gallery img {
	-webkit-border-radius: 15px;
    -khtml-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
}
#main #rand img {
	-webkit-border-radius: 15px;
    -khtml-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
}

/*--------------------------------------------------------------------------   KALENDER   */

table.calendar {
	width:960px;
	border-top:1px solid #cccccc;
	border-left:1px solid #cccccc;
	margin-left:20px;
}
table.calendar .head {
	padding-top:4px;
	padding-bottom:5px;
	text-align:center;
	background-color:#f6f6f6;
	border-right:1px solid #cccccc;
	border-bottom:1px solid #cccccc;
	color: #000;
	font-weight: bold;
}
table.calendar td .event a {
	font-size:10px;
	color: #000;
}
table.calendar .head a {
	color: #000;
}
table.calendar td .inter-rot a {
	color: #af171a;
	font-weight: bold;
}

table.calendar td .feiertage a {
	color: #999;
	font-weight: bold;
}
table.calendar td .schulferien a {
	color: #0C0;
	font-weight: bold;
}
table.calendar .current {
	background-color: #d78b8c;
}
table.calendar .label {
	padding-top:3px;
	padding-bottom:4px;
	text-align:center;
	background-color:#bbbbbb;
	border-right:1px solid #cccccc;
	border-bottom:1px solid #cccccc;
	font-weight:bold;
	font-size:10px;color:#ffffff;
}
table.calendar td {
	width:14%;height:72px;
	padding:1px;
	vertical-align:top;
	background-color:#ffffff;
	border-right:1px solid #cccccc;
	border-bottom:1px solid #cccccc;
}
table.calendar td.weekend {
	background-color:#f6f6f6;
}
table.calendar .today {
	background-color:#d78b8c;
}
table.calendar .empty,table.calendar .empty .header {
	background-color:#f6f6f6;
}
table.calendar td .header {
	padding-bottom:2px;
	background-color:#e0e0e0;
	font-size:10px;
}

.cal_1 {
	padding-bottom: 5px;
	padding-top: 5px;
}

/*--------------------------------------------------------------------------   INTERN   */
#intern label {
	margin: 0px 20px 0px 0px;
}
#intern input {
	margin: 0px 0px 7px 0px;
}
#intern div.formbody {
	margin: 20px 0px 0px 0px;
	padding: 20px;
	border: solid 1px #000;
	-webkit-border-radius: 15px;
    -khtml-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
}


/*--------------------------------------------------------------------------   JUNIOREN   */
h5 {
	font-size: 13px;
	font-weight: bold;
	display: block;
	float: left;
	width: 100px;
}
h6 {
	font-size: 13px;
	font-weight: normal;
	display: block;
	margin-bottom: 2px;	
}
#juniorenfoerderung div.ce_text {
	border-bottom: solid 1px #333;
	margin: 0px 0px 25px 0px;
	padding: 0px 0px 10px 0px;
}
#juniorenfoerderung a {
	text-decoration: underline;
	color: red;
}



/*--------------------------------------------------------------------------   POrtraits   */
#main #portrait_links {
	width: 400px;
	float: left;
	margin-bottom: 20px;
}
#main #portrait_rechts {
	width: 400px;
	float: right;
	margin-bottom: 20px;
}
#main #portrait_links p,
#main #portrait_rechts p {
	width: 220px;
	float: right;
	margin: 0px 0px 10px 20px;
}
#portrait_links img,
#portrait_rechts img {
	-webkit-border-radius: 15px;
    -khtml-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}


/*--------------------------------------------------------------------------   NEWSTICKER   */

.mod_newslist {
	background-color: #ffffff;
	-webkit-border-radius: 15px;
	-khtml-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	width: 280px;
	min-height: 384px;
	margin-bottom: 10px;
	padding: 15px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.mod_newslist h1 {	
	font-size: 25px;
	font-weight: normal;
	margin-bottom: 20px;
	border-bottom: solid 1px #000000;
}

.mod_newslist h2 {	
	font-size: 14px;
	font-weight: normal;
	margin-bottom: 3px;
	padding-bottom: 3px;
	border-bottom: dotted 1px #000000;
}

.mod_newslist .info {
	margin-top: 3px;
	margin-bottom: 20px;
	font-size: 10px;
}

.mod_newslist .gruen h2 {
	color: #090;
}

.mod_newslist .rot h2 {
	color: #af171a;
}